Max Rydahl Andersen
Max Rydahl Andersen
discussed in #418 reusing `ProcessBuilder` name is not great. In particular when you write code like this: ``` void main() { var pb = new ProcessBuilder("ls", "-l"); } ``` You...
rebased #1925 as I realized fish now works with jbang scripts so I got a good reason to make this work :) I've added basic support to the GenerateCompletion command...
### Describe the bug I use vsccode, cursor, jupyter itself, and various jupyter tui based tools and they all find the kernels I have installed in the common location: `~/Library/Jupyter/kernels/`...
### Describe the bug I get this when following instructions on installing the cli from https://github.com/dotnet/interactive/blob/main/docs/command-line-interface.md: ``` dotnet tool install --global Microsoft.dotnet-interactive --version 1.0.632301 Skipping NuGet package signature verification. The...
@quintesse raised fair point on we probably should ask user if ok to submit something to llm and I realized if we just piped the http requests through the same...
chatgpt generated this: ``` //DEPS org.openjfx:javafx-controls:21.0.5:mac,linux,win ``` which breaks jbang: ``` [jbang] [0:315] Resolved resource ref as: tetris.java (/Users/manderse/code/jbangdev/jbang/tetris.java) [jbang] [0:344] [ERROR] Cannot invoke "dev.jbang.resources.ResourceRef.getFile()" because "resourceRef" is null java.lang.NullPointerException:...
just for kicks - a run with rerrorprone enabled - which requires java 21 so not sure how to enable it witohut complexifing the build.
in #2269 I noticed tests around CDS fails and I couldn't (initially) reproduce locally. I've now found out that the generated .jsa and original jar keeps some state about the...
details at https://github.com/tmate-io/tmate/issues/322
in #2262 it was found we might have a inconsistency in how java versions are tested/detected in `jbang init`. proposed solution is at https://github.com/jbangdev/jbang/pull/2262#discussion_r2466488946, copied here for reference: > the...