Antonin Décimo
Antonin Décimo
Debug a few places in the configure script to improve Windows support. - allow searching for functions in other libraries (e.g., `socket` in `ws2_32`), as `cl.exe` takes `ws2_32.lib` as a...
This PR speeds up just a tiny bit a re-configure by caching results from our custom tests. See Autoconf's [Caching Results](https://www.gnu.org/software/autoconf/manual/autoconf-2.71/html_node/Caching-Results.html). It makes the Autoconf code more idiomatic, to some...
Looking at https://ocaml.org/manual/5.4/api/Set.html, its title is _OCaml library : Set_. When I have $2^{31}-1$ pages open, all I can see is the OCaml favicon followed by _OCam_, slightly dimmed. [odig](https://erratique.ch/software/odig/doc/manual.html)...
The payload for `%{read:}` (also `read-lines` and `read-strings`) is treated as strings but there is no reason is couldn't be expanded further.
### Description The Dockerfile [`ADD`](https://docs.docker.com/reference/dockerfile/#add) instruction can [add files from a git repository](https://docs.docker.com/reference/dockerfile/#adding-files-from-a-git-repository). My understanding is that it improves caching over `RUN git clone`. > To add a repository via...
Hi! It would be nice if we could use the action with the MSVC / clang-cl port, restored in OCaml 5.3. The `system-msvc` opam package and the [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) action might...
I'm tempted to think that as ocurl.0.10.0 was published (soon released, I hope) to the opam repository, its package definition can stay there and we can remove it from the...
If I'm not mistaken there's both [`fontcolor`](https://graphviz.org/docs/attrs/fontcolor/) and [`labelfontcolor`](https://graphviz.org/docs/attrs/labelfontcolor/) and in this case the `` `Labelfontcolor`` polymorphic variant was mapped to `eattrs.fontcolor` field, making the `labelfontcolor` field unused. Correct that...