-
Hey! I'm trying to use picocli with Scala and one of the main limitations is inability to define converters from scala stdlib. While simple types are ok, the problem arises with generic types (called …
-
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.
…
-
Hello,
I'm trying to patch a Unity 3D VR app for the Meta Quest, but after executing `.\modder.bat patch -m .\downloaded-app-folder`
the script responds with "Cannot find launchable activity from ap…
-
I am working on a CLI Application based on Quarkus and Picocli using **JLINE3**.
One command forks another application / shell script which uses "trap" to react on system signals.
Once the appli…
-
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…
-
while tracking SERNEC dwca's (see also https://github.com/bio-guoda/preston/issues/212) , the following results was seen on
```
preston head
```
yielding
```
hash://sha256/bfeb3bb5744ce42…
-
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;…
-
This is somewhat related to #160 since POL_1 should catch all encrypted files, not just the ones that aren't stored. But the examples from #160 show that this is not the case. In addition to the examp…
-
https://www.google.com/search?q=make+a+cli+tool+in+java&rlz=1C1UEAD_enFR1017__1017&oq=m&aqs=chrome.1.69i60j69i59j46i39j69i59j69i57j0i131i433i512j69i60l2.4304j0j7&sourceid=chrome&ie=UTF-8
https://fu…
-
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…