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...
Gradle may be used for different languages in the same project e.g. one may create project with Java/Groovy or Java/Kotlin files java can be missing e.g. pure Kotlin project. Have...
User's input would be valuable where autodeection fails e.g. select JDK version when runtime must be Java 8, but old code is Java 7 On Thu., 3 May 2018, 8:53...