Matthieu Dubuget
Matthieu Dubuget
When opening a .ml file in emacs, tuareg and merlin modes are loaded as expected. But merlin seems not to find my `.merlin` file: * it complains about unbound module...
Is there a problem, or is there something I did not understood? ```ocaml let c = Owl_base_algodiff_primal_ops.D.of_array [|0.;0.;2.;0.;-1.;0.;2.;0.;0.|] [|3;3|];; val c : Owl_base_algodiff_primal_ops.D.arr = C0 C1 C2 R0 0 0...
The following crashes with a Stack overflow: ```sh $ utop -require batteries ──────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────────────────────────── │ Welcome to utop version 2.0.2 (using OCaml version 4.05.0)! │ └─────────────────────────────────────────────────────────────┘ Findlib has been successfully loaded....
I can’t reach the online doc link from README.md. (2021-05-08 12:48) Best regards
Hello, some month ago, while playing with Patoline, I discovered that I was not able to search PDF documents produced by it with my prefered PDF reader (`llpp`). After a...
I had something like that: ```proto enum MyEnum { FIRST = 0; SECOND = 1} message Informations { repeated MyEnum i = 1; } ``` But when decoding such values,...
When (this is my default setting) I select Thunderbird dark theme: — the Search++ button is not visible (maybe there is a way to have it's color inversed, depending on...
It's certainly something obvious… but I could find how to do that. Best regards
Here is how I installed GitFiend: ```bash dpkg-deb -x GitFiend_0.29.0_amd64.deb gitfiend dpkg-deb --control GitFiend_0.29.0_amd64.deb mv DEBIAN/ gitfiend/ sed -ie 's/libappindicator3-1/libayatana-appindicator3-1/' gitfiend/DEBIAN/control dpkg -b gitfiend GitFiend_0.29.0_amd64-fixed.deb sudo apt install ./GitFiend_0.29.0_amd64-fixed.deb ```...
It would be really useful in my case. Thanks for the nice job!