Tako Schotanus

Results 614 comments of Tako Schotanus

> In fact it might be because it's using jitpack.io, perhaps that's the slow part... This does indeed seem to be the case. It's downloading a _lot_ of `maven_metadata.xml` files...

Ok, logging should now be very similar to what it was before except for the improvement that artifacts will be logged in order they are handled by Maven. And `--verbose`...

> a) the indent seems overly big now. Like could just be 2 spaces not the 10+ now I agree, but it's what it was before :-) Btw, our indents...

If I remember correctly, the desired behaviour is that locally defined catalogs are searched without needing to be qualified (ie no @name necessary). Meaning that you can do `jbang catalog...

I'd go with the terms "qualified" vs "unqualified", where "qualified" means anything with a "@" in it, while "unqualified" means something that a simple name, like "foo", "myscript", "test123", etc.

I think we can at least do better than we do now in giving the user a good idea of what aliases are available and how to run them. I'm...

But why would you want to do that? Why not just do `jbang myapp.java` and let jbang take care of it?

My first reaction would be that: a) either you want to specify explicitly which driver/validator to use in the script at which point I'd say there's probably no problem adding...

Well ... sure ... but that seems like pretty advanced functionality for scripts. There is a limit of gradle/maven functionality that we can cram in our simple format IMO. We're...