-
e.g.
```
com.apicatalog.cborld.decoder.DecoderError: The encoded document must be at least 4 bytes but is [0].
at com.apicatalog.cborld.decoder.Decoder.decode(Decoder.java:64)
at com.apicatalog.…
-
### Actual behavior + errors
```
java.lang.NullPointerException: null cannot be cast to non-null type kotlin.String
at ftl.args.ArgsHelper.getProjectIdFromJson(ArgsHelper.kt:200)
at ftl.args.Arg…
-
### Describe the bug
Apologies if it is a duplicate, I'm seeing quite regularly the following error being reported when I try to build Quarkus, and I've seen it just now when trying to run a test. …
-
https://github.com/remkop/picocli
Pros
- Field annotation
- Tools class might not be necessary
- Autogenerate tab completion
- Simplify native-image build
- Positional arguments for `-i` …
-
I've already posted it on the [forum](https://forum.liquibase.org/t/liquibase-gradle-cannot-invoke-liquibase-datatype-liquibasedatatype-getname-because-liquibasedatatype-is-null/9880), but I've got no…
-
can the search/lookup for deps do partial search instead of requiring perfect match?
ie. can `//DEPS picocli` have a quickfix to look up "info.picocli" as an option?
-
**Summary:**
I believe there is regression issue introduced in latest 4.7.6 release of picocli and most probably it is introduced in this change : https://github.com/remkop/picocli/commit/fa33be1b57…
-
### Simulation tool
### Simulation tool
---
id: vcell
version: 7.5.0.27
specificationsUrl: https://github.com/virtualcell/vcell/releases/download/7.6.0.27/biosimulators.json
specificationsPa…
-
## Issue
When we execute the following command in a quarkus project, not yet published on a git repository, we got this error
```
/Users/cmoullia/code/ch007m/code-with-quarkus $ quarkus argocd …
-
Is there any way that we could have our casual Spring-Boot server up and running and run a picocli class for executing certain actions? E.g spring boot up is Dockerized, there is a `com.myapp.CliClass…