Max Rydahl Andersen
Max Rydahl Andersen
Why: * its tedious to write: `jbang https://github.com/quarkusio/quarkus-workshops/blob/main/quarkus-workshop-super-heroes/docs/src/resource-generation/qrcode.java https://shattereddisk.github.io/rickroll/ mycode.png` * would much rather just do: `jbang qrcode@quarkusio/quarkus-workshops https://shattereddisk.github.io/rickroll` and have the filename be optional. or simply `jbang qrcode https://shattereddisk.github.io/rickroll...
would be nice having jbang and pure gav coordinate output support - so I made a PR exactly that :)
given struggles with #184 would be nice to have a quiet mode so one could just do: `mcs -q jbang-cli | pbcopy` that quiet mode would print just the coordinates...
Add breakpoint in a constructor (such as NoSuchMethodError) with this log expression: `new StringBuilder().append(s).append("->").append(java.util.Arrays.stream(Thread.currentThread().getStackTrace()).map(StackTraceElement::toString).collect(java.util.stream.Collectors.joining("\n"))).toString()` This works in intellij but in vscode I get: `[Logpoint] Log message '{new StringBuilder().append(s).append("->").append(java.util.Arrays.stream(Thread.currentThread().getStackTrace()).map(StackTraceElement::toString).collect(java.util.stream.Collectors.joining("\n"))).toString()}' error: Cannot...
when debugging a springboot or quarkus app or any other already running java app it would be nice that "Debug Java" could offer to scan for localhost running java processes...
when launching sqlline from other java app I often hit that sqline keeps dumping this in repeat on console - and when trying to stop it with ctrl-D it causes...
Today every enum is a unique class even when they have same name and values. Would be great to somehow control type mappings for enums or even do it automatically.
Hey, any interest in contributing this to eclipse foundation so we can use it in base Eclipse IDE ? We got a new json editor for Mars - would be...
## Proposed change try document the coalesce feature. opening as draft because after reading more ii realize this also introduces a new format for state changes and a "subscribeEntties" which...
### Check for existing issues - [X] Completed ### Describe the feature would be awesome if zed-industries/extensions#500 was added using the eclipse jdt.ls used by vscode-java so it would possible...