-
The crash happens when running maestro on iOS on a Simulator. WIth the following stacktrace:
```
xcuitest.XCTestDriverClient$XCTestDriverUnreachable: Failed to reach out XCUITest Server
at xcuites…
-
I had a reference to a property in my state.yaml:
replication: ${my_data_default_replication}
which I had failed to define in my props file.
The exception message is not very helpful.
…
-
After setting `KAFKA_SASL_JAAS_USERNAME`, `KAFKA_SASL_JAAS_PASSWORD` and `KAFKA_BOOTSTRAP_SERVERS` running `kafka-gitops validate` as well as `kafka-gitops plan` results in
```
java.lang.NullPointe…
-
**Describe the bug**
When a failure occurs on android, an `UNKNOWN` exception is thrown when a screenshot is attempted to be taken.
```
[INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to …
-
this is `jbang init -t cli test.java` with `//MODULE` and package added:
```
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.6.3
//JAVA 17+
//MODULE
package mypackage;…
-
In a folder `~/tmp/tmp1` create 2 files:
* `cli.java`
* `log.java`
Sources
cli.java:
```java
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.6.3
import…
-
Hi !
I am currently exploring this phenopacket validator tool re-using the 384 phenopacket dataset from https://zenodo.org/record/3905420#.YajQ3r_MJH5
########
Command
########
`
$ jav…
-
Does this work with ConfiguredGraphFactory?
I am receiving the following error in trying to load a simple vertex file.
`java -cp ./build/libs/janusgraph-csv-import-all.jar com.github.jespersm.jan…
-
When generating a changelog that contains a new view definition I get the following error:
[2024-03-19 16:08:04] SEVERE [liquibase.integration] java.lang.NullPointerException
liquibase.exception.C…
-
My application, jsoar, includes a REPL, and all the commands are implemented using picocli (I love picocli!). As part of this, we use picocli to recommend command completions as users type. It appears…