Results 25 issues of Raphaël Proust

If a pre-commit hook is used, edits on the website may fail. When this is the case, the page simply doesn't update on “Save”, but it is not made clear...

Currently, calling `Lwt_process` functions cause calls to `Lwt_unix.fork` which fail in case where multiple domains have been started. It should be possible to use a `spawn` function instead of a...

Whilst discussing js-of-ocaml programs with @hhugo , we discussed the possibility of providing a platform-independent `Lwt.sleep`. The function `Lwt.sleep` would be to `Lwt_unix.sleep` like `Lwt.pause` is to `Lwt_unix.yield`. Below is...

It would be useful to be able to specify a label for the spells. That would allow hyperlinking from a spell list to a spell description. The following is a...

enhancement

Currently, boxes are drawn with `'+'`, `'-'` and `'|'`. Support for unicode's box-drawing characters would be good as they are designed to match up more precisely than the ASCII options...

enhancement
help wanted

Using two schedulers at the same time doesn't really work. Even when they're not really schedulers! And so it's unsurprising that effects and Lwt don't mix well. See [https://gitlab.com/raphael-proust/lwt-effect-try-out/-/blob/develop/src/M01pause.ml](this experiment)...

Consider the file ``` This line is too long for the terminal size. ``` If the first line wraps and the cursor in on the second visible-line (but still before...

raise and reraise are "better" than fail for backtracing and such