Antonin Décimo

Results 157 issues of Antonin Décimo

They're nicer and also tail-recursive. https://ocaml.org/manual/coreexamples.html#s%3Aexceptions https://ocaml.org/manual/patterns.html#sss:exception-match

Hi! I noticed minor typos whilst diving into the docs, so I ran a spell checker. Supersedes #150.

File "src/fmt_tty.ml", line 49, characters 12-20: 49 | try is_infix "UTF-8" (String.uppercase_ascii (Sys.getenv var)) ^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function.

In my app, I have two sources of logging, Tamino and Papageno. I use logs.cli to setup the logging of my app in a similar fashion as [the example](https://erratique.ch/software/logs/doc/Logs_cli/index.html#ex). However,...

enhancement

This huge PR is an attempt at updating the code with some fixes, making it work with newer dependencies, and more Swagger specs. A major change is that it uses...

This allows to view the manual offline, and I think access it from the new docs website. Converted with: sed -E \ -e 's/^==== *(.*) *====/{3 \1}/g' \ -e 's/^===...

I was writing some tests for Lwt and got slightly annoyed at Lwt's ad-hoc testing engine, which I'm sure is battle-proof but suffers a bit from an usability standpoint, so...

Hi all, I've been using Lwt intensively for quite some time now, and one of my pain points is the exception handling support, namely the erase of the backtraces which...

OCaml 4.13.0 is just around the corner and added support for `realpath` in https://github.com/ocaml/ocaml/pull/10047. It would be nice to have a wrapper in Lwt when it is released!

Using `The Merlin toolkit version 38c13ee8, for Ocaml 4.13.0` (4.3.2~4.13preview), I had a crash under emacs inspecting twice the type of the `r` parameter in https://github.com/MisterDA/opam-health-check/blob/repro-crash-merlin/server/backend/check.ml#L32. ``` (unit, Capnp_rpc.Exception.t) Result.result...