Leopard2A5
Leopard2A5
It'd be great to allow something like this: ```kotlin object MyConfig : ConfigSpec() { val foo by required() } enum class MyEnum { FOO, BAR, } ``` ```yaml myConfig: FOO:...
My JPA entities are held in a separate library, included via maven's dependency resolve mechanism. The problem is that when i run mvn ninja:run the command fails with java.io.FileNotFoundException: /home/user/dev/workspaces/eclipse4.4/ninja-test/target/classes/lib/Entities-1.0.0.jar...
It should be possible to easily install fhttp via apt-get or snap
Hi! I used to do the following to allow `op_set_result` to be called from inside the JS runtime to pass a string from JS to my Rust program. However, with...
Implement lint that makes sure the package hierarchy is mirrored by the folder structure.