Antonin Décimo

Results 77 comments of Antonin Décimo

> Thanks anyways. But indeed it's a bit annoying we can't know how and when mandoc gets installed on macOS. Agreed. The person at the Apple support suggested: > [1]...

> > What style looks the "sanest" to you? > > I think I would go with `--verbosity=LEVEL[,SRC:LEVEL]…` That's quite nice! > Did you look around if there may be...

> What does that do to the cone of dependency of Lwt? What does alcotest depend on? > > I'm quite reluctant to add dependencies to Lwt in general. I'm...

Note that this uses the *mld* syntax (odoc's syntax for documentation), not Markdown. I believe you can use odoc to have it generate the documentation instead of wikidoc or md2mld....

Alpine only? Segfault? This reads like stack overflow to me ;) Alpine (musl really iirc) has a default stack size of 8mb which is way inferior to other distros/libc. note...

I'm in favour of using ocamlformat, for consistency and readability. You left out the files using cppo (e.g. `lwt_unix.cppo.ml`) because ocamlformat doesn't support files using preprocessing, right? Is there a...

This new version allows presenting the localized keyboard layout, using strings from [xkeyboard-config](https://www.freedesktop.org/wiki/Software/XKeyboardConfig/), which becomes a new runtime dependency.

Thanks for the bug report! Do you have a patch that fixes this bug? I don’t have a Mac to test it on.

This seems to be fixed by PR #66 and commit 5be593f.

Thanks ! This is a really good note. I didn't think about the fact you pointed out about git, and I agree with you. Your proposal on include/exclude is also...