Max Rydahl Andersen
Max Rydahl Andersen
code like this : ```java ///usr/bin/env jbang "$0" "$@" ; exit $? /** * test */ public class test { public static void main(String[] args) { System.out.println("Javadoc should not complain...
better document default command.
https://github.com/jbangdev/jbang/issues/1817 made me bite the bullet and have github urls default to use `main-SNAPSHOT` so it wont fail on new stuff. The whole reason I hesitated was that jitpack in...
fixes https://github.com/jbangdev/jbang/issues/1831 by creating the empty dir so jshell stops nagging.
first quick attempt on allowing using %{} in `-R` arguments but also in `//RUNTIME_OPTIONS` The latter is why I'm making this draft as not sure if good we add the...
in https://github.com/tjake/Jlama/pull/54#pullrequestreview-2309627261 there is a usecase to be able to specify filename to compiler directives. i.e. `-XX:CompilerDirectivesFile=%{https://raw.githubusercontent.com/tjake/Jlama/main/inlinerules.json}%` but seems like we only do remote file arguments for arguments to script...
would like to have vscode-java function if it can pick up jdk's installed by vscode-java. so that if user have jbang installed vscode-java will also "just work". I see issues...
it would be great to either edit or add additional item to filter. i.e. I like to setup created, notified, etc. general sections but then be able to edit to...
### Is your enhancement related to a problem? Please describe as container user I really just want to run existing images (building is secondary) so I find it a bit...