-
When trying to generate a spec for 2 fmus connected to each other, 2 outputs go from fmu1 to fmu2, and two outputs go from fmu2 to fmu1, it gives the following error:
```bash
23:39:04.047 [main] E…
-
**Describe the bug**
The issue occurs when running a Flow.
**To Reproduce**
Steps to reproduce the behavior :
1. Start the simulator
2. Run `maestro test ./flows` // (flows is a folder with a…
-
I run :sirius login -u xxx -p
error:
PM de.unijena.bioinf.ms.frontend.SiriusCLIApplication run
SEVERE: Unexpected Error!
picocli.CommandLine$UnmatchedArgumentException: Unmatched argument at inde…
-
Plugin Installation Manager Tool implements multiple commands at the moment, and options are a bit confusing. The tool would benefit from sub-commands (`install-plugins`, `list-updates`) that could si…
-
### 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…
-
# Stack trace
```
java.util.concurrent.ExecutionException: java.lang.NullPointerException: Cannot invoke "org.eclipse.cdt.core.CCorePlugin.getLog()" because the return value of "org.eclipse.cdt.co…
-
### Description
We should leverage the benefits of Quarkus extensions for our components as there can be made certain optimizations during a build time. At this moment, we use directly `picocli` d…
-
Building the basemap with the the following osm pbf, produces the error below:
### Config
```json
{
"osmPbfUrl": "https://download.geofabrik.de/europe/france/ile-de-france-latest.osm.pbf",
…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Are…
-
The following example uses a `@Mixin` in order to import an `@ArgGroup`:
```Java
import picocli.CommandLine;
import picocli.CommandLine.ArgGroup;
import picocli.CommandLine.Command;
import picocl…