Tako Schotanus
Tako Schotanus
We can try that, but I have this vague recollection that I used that option and it made certain things not work. But let's just try it (again) and see...
Actually, our own docs already show that you should use that option: https://github.com/jbangdev/jbang/blob/main/docs/modules/ROOT/pages/installation.adoc#using-jbang There's only one place, in our code, where we should add it, and that's only inside some...
Well in those cases it will obviously don't work :-) To me it's something that JBang adds that the plain app doesn't support, just as it adds auto-dependency lookup and...
Well there will always be a difference IMO. A user could always do an export and run the app directly that way and it wouldn't work either. So personally I...
@maxandersen won't this be solved by simply only including the dependencies that are explicitly mentioned in all the `//DEPS` statements? (We could do the resolve solely to check that the...
I was actually thinking that, as long as the info is limited enough, it could just be directly passed as an ENV var. That way there's nothing to create and...
> Congrats on 1000th pull-request! Yay! Do I get a T-Shirt? 😁
Well right now these "plugins" are more like Git plugins: they look like they're part of the main command but they're completely separate and therefore have basically nothing to do...
Not sure exactly what the reason is, it seems to have something to do with the way Java's ProcessBuilder does things. A sort of workaround would be to treat console...
Implementing this as definitely a possibility and does make it somewhat easier. We do have to take care with the format of that special reference though: - we need to...