Basile Pesin
Basile Pesin
Hi ! I'm also taking interest in updating ocamljava to a newer version of OCaml (namely 4.10). I have already "fixed" the issues in Barista (mainly relating to the string...
Compiling an empty program does work without any issue. I think the problem may be coming from the patch applied to the `ocamlbuild` source before `ocamlbuild` is compiled (as it...
I was trying with Java 8 (openjdk version "1.8.0_192"), With Java 7 (openjdk version "1.7.0_171") the error is a bit different: ``` + /home/vertmo/.opam/ocj2/bin/ocamljava.opt -c -annot -w L -w R...
I think that's because in OMicroB, static strings are stored in the flash memory (as much as possible in any case) in order to save RAM. If I understand correctly,...
The mentionned port is in progress on #25
I'm having a similar issue with https://gpodder.net/podcast/cheapshow : the last shown episode is episode 98, although the actual last episode is the 104th. Once I download the podcast episodes on...
I don't know about chrome, but I'm working on a Firefox addon that does exactly that. Here is the repo : https://github.com/Vertmo/covfefe-firefox (I will submit it to AMO soon)
Thanks, I had no idea this was happening ! I will, but I don't think the little thing meets the standards of the Sprint covfefe
I actually just stumbled on the same problem, and the solution is to modify the *configure* script a bit, as I did in [this commit](https://github.com/Vertmo/ocapic/commit/015fbfb718ce994084adab53d898a076aa811278).
I still have some things to correct / check (I want to make sure the code works with more recent versions of the ocaml compiler), but I will soon yes...