Julien Lepiller

Results 11 comments of Julien Lepiller

Is it really necessary? I think interpreter is written in miniml, which a "core" OCaml 4.07. So you should build it with OCaml 4.07. I don't think the implementation language...

Another API I know of is inventaire, whose data is under CC0 if I understand correctly. Looks like you can query something like "https://inventaire.io/api/entities?action=by-uris&uris=isbn:", see https://api.invertaire.io

Hi, I've successfully used po4a to generate the translation of the Guix manual. The only issue I had was with translating chapter titles, because they are referenced by name. I've...

So, to explain the issue with xref, suppose my document has this node: ``` @node Some Node ``` And a reference to it (the info manual will contain the text...

Thanks for enabling the workflow. I think I managed to fix the reported issues, although I'm not sure if I should commit the result of "make mapfiles" in this PR...

Thanks for the comment, but this is not about measuring the width of strings, but about aligning strings more easily, as shown on the screenshots. Some of the translations are...

`opamroot-versions` is the only test failing with `BASEDIR`. I'll disable `pin.unix`. If I modify `gen.ml`, won't that also recreate the expected output files? Does it also complain about the repo...

also, test 0076 expects `http://example.com/api/things/1` to be compacted as `1` when the base is itself. Wouldn't the empty string work too and be more compact?

I don't really understand the answer. When implementing the expansion algorithm, I indeed saw that the RFC3986 Relative Resolution algorithm was used, and I implemented it. However, IIUC, this algorithm...