pveber
pveber
Thanks for your feedback! > Did you try to do the transform mentioned [here](https://erratique.ch/software/vg/doc/Vgr_pdf/index.html#limits) on the files you generate ? Would the results satisfy you ? Damn, I missed that...
> I think you should be able to evaluate the gain with the -dSubsetFonts option of gs. Alas, [it seems](https://bugs.ghostscript.com/show_bug.cgi?id=689236) `gs` ignores `-dSubsetFonts` for PDF files (that's what I observe...
I can show you through the first steps. I don't know anything about either two packages. Maybe you could start by providing usage examples, and a list of key data...
I'm affraid there is no workaround here without modifying `ocamlbuild`: look at the [proceed](https://github.com/ocaml/ocamlbuild/blob/9a5e5874a1dbc411d940210c6beba20d621688b3/src/main.ml#L68) function in `ocamlbuild` `Main` module. Whatever you're doing with tags in `Before_hygiene` and `Before_options` hooks, it...
If I follow your last remark, it means there is no correct way to handle the problem: you don't want the `-native` option when you're byte-compiling only, right? Also, it...
After years of using dune (not to mention emacs!), I've just discovered there's a dune-mode, so I think this very useful bit of code deserves more advertising. How about adding...
Ha ha, well it was very useful to me more than once, so I should be the one to thank you :) The API was rewritten several times, the current...
I just hit the same issue (the function is now named `RList.from_signal`). IMHO this is a serious issue, since it basically prevents in eliom to define a reactive element that...
What distribution do you use? `opam` is packaged in many Linux distributions and available on `brew`, so you shouldn't need to do the install by hand. If for some reason...
Indeed not all loops are a problem. If we view a one-step resolution of a path (choose a link, and replace it by its target) as a rewriting, then we...