Johan Stuyts
Johan Stuyts
### Version 4.3.3 ### Context I use [Materialize](https://materialize.com/) and use the PostgreSQL client to connect to it. When the server (or Docker running the server in a container) closes the...
To be able to build, Scala is needed. This requirement has been added to the README. After the build Git reports a number of files that are not under source...
`BlueprintsTestCase` compares the generated text to the contents of `Person.java`. On systems using a different EOL than line feed, this will cause the test to fail. The .gitattributes file forces...
SQL code always uses the English notation to parse and display values. But these 2 SQL functions used the JVM default locale during parsing and displaying. The functions have been...
The way Oracle JDK 8 on Travis CI was used, is no longer supported. Switch to OpenJDK to make the build succeed again. Note: The CLA is on its way.
https://discuss.kotlinlang.org/t/multi-platform-project-javascript-unittest/6047/3
The questions asked in #9 is valid, and the project should show how to do this properly. Create a common library, and show how this must be used in another...
https://discuss.kotlinlang.org/t/unit-testing-in-kotlin-js/3943 Stick with QUnit, or create examples for all 7 (QUnit, Jasmine, Mocha, Jest, Karma, frontend-plugin, and Tape) test frameworks?
The [Kotlin API documentation](http://kotlinlang.org/api/latest/jvm/stdlib/index.html) has very nice drop-down menus to select the platform and the API version. This project should show how you can generate the same for your own...
Added test for nanojson 1.6. The class and JAR files were created using JDK 8.