Mathieu Lirzin
Mathieu Lirzin
New ring swagger supports description of responses instead of just schema
## Expected Behavior I would like to be able to load `dune-build-info` inside an Ocaml top level which is a dependency of Ocaml-RDF ## Actual Behavior When I am trying...
Hello, I am on Debian 10 with OpenJDK 11, when following [the instructions to build Protege from source](https://github.com/protegeproject/protege/wiki/Setup-in-Eclipse#get-and-build-the-source-code) on commit 093b336088e323afea9108eb7361dbcf4d8384c0 `mvn clean package` succeeds but when running `./protege-desktop/target/protege-5.6.0-beta-1-SNAPSHOT-platform-independent/Protege-5.6.0-beta-1-SNAPSHOT/run.sh` things...
Hello, I am unable to build `learn-ocaml` master branch (7f3ce568000b042986d735745b27fb5b53a56dfb) on my system with opam 2.0.3 and ocaml-4.05.0. Here is the error message I am getting when doing `make` ```shell...
Since Java 9, Java provides a module system known as Jigsaw which allow library authors to restrict access of their internal packages and provide a better explicit dependency abstraction. In...