Dave Varon
Dave Varon
I had a similar error on m1, with three versions of java, but not jdk8. To resolve: ```bash brew tap homebrew/cask-versions brew install --cask temurin8 JAVA_INSTALL_DIR=/Library/Java/JavaVirtualMachines/temurin-8.jdk JAVA_BIN_DIR=${JAVA_INSTALL_DIR}/Contents/Home/bin JAVA_VSN=$(${JAVA_BIN_DIR}/java -version 2>&1|head...
Thanks @pditommaso. The [README](https://github.com/seqeralabs/nf-tower/blob/master/README.md) in this repo states Java 8 as a requirement, but I guess it's just a _minimum_ requirement, which is great, but perhaps this could be stated...
Was this a problem similar to #98, pushing a JSON Array in the JSONParams? If not, is it still an issue?
Bug is manifest when calling `super.engage()` from a subclass. Workaround is to override the method entirely.
The problem here after cursory review I believe is that the deparser is unable to handle YADA parameters in the list of SelectItem objects. This is probably resolvable, but without...
Can you determine if this Is this a limitation of [JSQLParser](https://github.com/JSQLParser/JSqlParser)? From your description, I'm guessing, regrettably, it isn't.
What is "pcol"? Is it a column name in the JSONParams spec?
This can be done automatically by looking in the `YADA_A11N.QNAME` column for the query name. This can be done in the finder at request time. I should probably have a...
As expected, the cause of this is that stleary/JSON-java doesn't support duplicate keys, nor should it (though this is a matter of opinion.) There are probably a few options: ####...