jbang icon indicating copy to clipboard operation
jbang copied to clipboard

Unleash the power of Java - JBang Lets Students, Educators and Professional Developers create, edit and run self-contained source-only Java programs with unprecedented ease.

Results 271 jbang issues
Sort by recently updated
recently updated
newest added

Important! This update fixes a severe problem in the library where it's possible for a config file to hang the parser and generate an OOM error. See https://github.com/codejive/java-properties/pull/21

when doing `jbang alias add something.java -S` , i.e. have the alias seeded with some arguments then doing `jbang something` works, but `jbang something additionalarg` fails. we are somehow ignoring/combining...

fix: properly listing the catalog names (fixes #1678) feat: added --force options to catalog add commands (related to the above) feat: added import feature to catalog refs The last feature...

It would be nice to be able to add a scope for a dependency that we add, for instance, `provided` would be really useful. For the context, I'm trying to...

ideas

not sure if this is a bug or not....but I can do: `jbang catalog add --name xam.dk xam.dk` even though I can do `jbang catalog list xam.dk` shouldn't we allow...

bug

currently `jbang catalog list` looks like this: ``` jbanghub/apple = Apple cli's (https://github.com/jbanghub/apple/blob/HEAD/jbang-catalog.json) jbanghub/eclipse = Eclipse Foundation developed tools (https://github.com/jbanghub/eclipse/blob/HEAD/jbang-catalog.json) jbanghub/jvm-profiling-tools = A collection of JVM profiling tools (https://github.com/jvm-profiling-tools/ap-loader/blob/HEAD/jbang-catalog.json) jbanghub/sqlline...

ideas

This PR is **not for merge**. It's sole purpose is to get more funny GIFs with floppies. Note: maven and resolver alphas since their release has known bugs and issues....

prototype for https://github.com/jbangdev/jbang/discussions/1733 lets you do: `jbang sqlline@/sqlline` and `jbang h2@/` basically treating "empty catalog" as a referring to "jbanghub"

**Is your feature request related to a problem? Please describe.** ### Discussed in https://github.com/jbangdev/jbang/discussions/1736 Originally posted by **tadayosi** January 23, 2024 When we install an app from a remote catalog...