-
I don't like that the examples are running through another runner using JBang. `java -jar qDup.jar ` should be just enough - if you need it e.g. to obtain username, rather than reading it from system …
-
If you are using a wrapper jbang in your project and replace with a new version, jbang still using the old version.
Even running `./jbang cache clear --all` it doesn'work.
Workaround: `rm -rf ~/.jba…
-
### Describe the bug
The Quarkus install fails and states that I am prompted to choose a 0/1 option but there is no prompt at all !
```console
[jbang] https://repo1.maven.org/maven2/io/quarkus/qu…
-
**Describe the bug**
Template catalog names when templates are being listed only being resolved from the implicit catalog, that only gets populated if (of course there are other possible methods, I r…
-
`Post build with io.quarkus.launcher.JBangIntegration` logging looks too verbose compared to the rest of `[jbang]` log messages.
JBang is nicely compact when it comes to log messages, the experienc…
-
I have the following [script](https://gist.github.com/edewit/15f25b87b74b540b37e0b37f7683ccbf)
but for some reason jbang doesn't resolve the dependencies:
```
edewit@localhost ~/workspace/min…
-
**Describe the bug**
Running a script in debug mode with a custom port, as per the [instructions](https://www.jbang.dev/documentation/guide/latest/debugging.html), fails on zsh:
```
jbang --debu…
-
We can't run
```
jbang -c 'println("hey");'
```
because the quotes around "hey" get stripped out accidentally by the way `jbang.ps1` is implemented.
To make it work you can escape the quotes …
-
**Is your feature request related to a problem? Please describe.**
I was hitting this gist url, but got a 403 response, so I wasn't able
```shell
$ jbang https://gist.github.com/bric3/2338aad8…
bric3 updated
2 years ago
-
1. Created a new empty project in Intellij IDEA.
2. Selected the SDK for project:
![image](https://user-images.githubusercontent.com/1357927/202669216-49eae9df-abc3-4dfe-856e-041bf9a150a6.png)
3. T…