Romain Beauxis
Romain Beauxis
Looks like it. Anyone can re-open/resubmit if it sill occurs.
Yes. There has been some cases in the past of projects shipping their own `.mli` for `Sedlex`.
This is fixed now!
Great thanks for checking
I think I could implement a generic error catching code in `2.3.x` now that we have switched to OCaml 5 with effect handlers. I'll see if I can come up...
This is done now! Check this out: https://www.liquidsoap.info/doc-dev/multitrack.html#add-a-default-video-track
Thanks. I'l resume work as well. It would be nice to remove a required C dependency.
@glondu the absence of support for named group is gonna be a deal breaker for us, I'm afraid. We use that to match urls in the HTTP handles `/path/:id`. It's...
Reported here: https://github.com/ocaml/ocaml-re/issues/221
> The named group feature seemed easy enough to implement in re, so I did it in [ocaml/ocaml-re#223](https://github.com/ocaml/ocaml-re/pull/223). > > However, there is still an issue with: > > ```...