Micael Pedrosa
Micael Pedrosa
I think I have the last one! I don't have bnd cmd tool installed on my Ubuntu 16. It has worked without it! My build.gradle: ``` plugins { id 'java'...
Unfortunately "systemLib" also doesn't work when adding the "org.raml:raml-parser-2:1.0.7" dependency. It gets rid of build errors, but the OSGi container is complaining a lot when starting. Here's the big log:...
So, useful information for you. There are 2 transitive dependencies that are not being handled correctly. Once I changed the generated versions on config.properties for "org.osgi.framework.system.packages.extra" it worked. 1) raml-parser-2-1.0.7-sources.jar...
I suggest to use the return of the code block to pass a parsed value to the upper rule/capture. Add a compiler flag to avoid code blocks to execute when...
A better alternative to the compiler flag can be: pass a object to the code block where you can set two callback functions. 1) validate: executed on every match like...
What if you used synthetic control flows via kotlin dsl? Would you be able to generate the correct js with something like: ``` kIf (...) { ... } ```
Yes, the error is gone, but still no connection! Chrome console output: sendIceCandidate using trickle strophejingle.bundle.js:6945 sending single candidate strophejingle.bundle.js:7000 sendIceCandidates [RTCIceCandidate] strophejingle.bundle.js:7033 try to send ack(transportinfo)... strophejingle.bundle.js:6930 sendIceCandidate using...