Yann Salmon
Yann Salmon
In Jupyter with iocaml-kernel, the Download as OCaml menu entry gives a file with a default extension of .txt instead of .ml. This is slightly inconvenient as eg. Emacs will...
I am using the iocaml-kernel with Jupyter and syntax highlighting does not completely work. If I open a notebook that contains OCaml code, it gets highlighted. However, if I create...
How can I configure the iocaml kernel to start the underlying ocaml toplevel with additional parameters ? I just managed to run jupyter with iocaml-kernel with Arthur Charguéraud compiler 4.02.0+improved-errors...
I am currently trying to deploy the Arduino IDE to a bunch of Linux machines in a teaching environment. (disclaimer : I am not an Arduino user myself) I am...
I suggest expanding the build instruction with the following, which will be of interest to people who got OBS Studio from the official PPA. The PPA does not contain a...
## Platform Operating system and version: KUbuntu 20.04 OBS Studio version: 25.0.8 tag from the git repo ## Steps to Reproduce 1. run ``cmake .`` 2. run ``make`` 3. run...
CodeReview assumes its icons are under its main installation location (ie. the CodeReview folder under pip's dist-packages) but during pip install these files are put in ``/usr/local/share/CodeReview/icons``. This causes a...
Hi, I just made the jump from GitAhead to Gittyup (and to Qt 5.15 !) ; it is so nice seeing this software taking a new life ! The new...
https://github.com/gitahead/gitahead/issues/583 is still happening. I recently added a new remote to a repository and Gittyup gives the aforementioned error when pulling or pushing to it when the corresponding ssh key...
I am just discovering learn-ocaml and even without the exercise-and-test feature, I fond it gives a relatively good and simple code editor and REPL for OCaml. However one has to...