pranasblk
pranasblk
I've just started using RMarkdown. It's easier to handle layout from it. On Mon, Jul 16, 2018 at 7:35 PM, François Guillem wrote: > Hello, > > Did you find...
Agrona may be an option: https://github.com/real-logic/agrona/tree/master/agrona/src/main/java/org/agrona/collections https://github.com/real-logic/agrona/tree/master/agrona/src/test/java/org/agrona/collections It has quite a lot overlap of buffer management, i.e. it contains not only collections, but looks like much slimmer `(jar (248 KB)...
I can run the sam test from interactive Git bash console, but not from Jenkins slave on windows 10. It fails with: ``` org.assertj.swing.exception.WaitTimedOutError: Timed out waiting for component to...
Martin, Are you running automated test with Jenkins/Hudson on Windows 10 by some lucky chance? I would be very grateful for sharing tips on set-up. Thanks, Pranas
I've tried to set ``GRAALVM_DIR`` environment variable to JDK/JRE location, but both cases failed: * For JDK fails because ``build.sh`` unable to locate ``troffle-api.jar`` (it's in JRE) * For JRE...