Mathieu Barbin

Results 46 issues of Mathieu Barbin

I would like to do some experimentation and learning with Miou. In particular, I'd like to run external processes and wait for them cooperatively. I've looked at the Picos implementation...

I have seen this pattern in use in the ppxlib project, where revision applying ocamlformat upgrades are listed in this file. I don't have first-hand experience with this, but thought...

Hi and thanks for *Logs*! I'm attempting to reuse this pattern from an example in *logs.mli*: ```ocaml let main () = Logs.set_reporter (Logs_fmt.reporter ()); ... exit (if Logs.err_count () >...

bug

I have noticed somewhat of a tension between a specific style of spelling out every cases in a pattern matching (let's call it loosely "defensive programming" for a minute) on...

The main opam package declares a dependency on `ppx_expect`. Arguably this would be better if the lib itself didn't impose this transitive dependency. I'm not sure whether this is a...

Hi, Out of the blue I was trying [dunolint](https://github.com/mbarbin/dunolint) on the merlin project. Namely, running: ```sh $ dunolint lint ``` at the root of the project. This revealed some [bug](https://github.com/mbarbin/dunolint/issues/18)...

Hello Eio team, I've been re-using the pattern from `Eio.Resource` in the [provider](https://github.com/mbarbin/provider) project. Recently, I've spent some time trying to make the use of `Obj.magic` more robust in provider....

Hi and thanks for the library! I am opening this issue a bit early, as I haven't minimized the problem I have, in the hope maybe someone will be able...

Hi! First and foremost, thanks for a fantastic tool! I am not sure if this is the right place. Is the *sherlodoc* project where all instances and declinations of the...

Opam lets you specify additional opam repositories where packages may be advertised in addition to the default public opam-repository (see e.g. `opam repo add --help`). I make use of this...

type/enhancement