Tako Schotanus

Results 375 comments of Tako Schotanus

Ok, found it. It has to do with the fact that when you edit a file that has an invalid name a copy will be made in `cache/scripts` with a...

See `jbang quickserv@quintesse~experimental` , there's a [`quickserv`](https://github.com/quintesse/jbang-catalog/tree/master/experimental/quickserv) folder with some very simple examples.

What else should I have used? :-) I started out with Javelin, but it can't do what I needed (being able to serve static files and custom handlers from the...

Created an alternative implementation (based on my `simple_httpd.java`) that only uses built-in Java types: https://github.com/quintesse/jbang-catalog/blob/master/experimental/quickserv2.java , but it doesn't (currently) handle form parameters etc, because that's not part of the...

> `jbang catalog add --name groovy-picocli https://some.url/path/to/groovy-picocli-jbang.qute ` In your first example the URL would have to be to a catalog, not directly to the template. Your second example is...

Could you give a bit more details, or perhaps even steps/files to reproduce? :-)

@lincolnthree we know you had to wait a long time for this, but it really took us quite some time to figure out exactly _how_ we wanted to do this....

@maxandersen seems to be okay with this, so we might just implement this in the future, but I do want to put an opposing view: - //DEPS would never be...

> Not sure what could solve it? Well I gave 3 possible solutions :-) I do like the 3rd one the best though: just publish to your local maven repo,...

I just encountered this issue again and thought we had already fixed this, but the behaviour is still there. But then I started thinking about what it means to have...