Results 397 comments of Florian Angeletti

I don't expect a function like `Format.pp_print_uchar` to be used very often (because an `Uchar.t` is most of the time a short-lived intermediary result). However, the problem of `Format` using...

> A pluggable best-effort [tty_width](https://erratique.ch/software/uucp/doc/Uucp/Break/index.html#terminal_width) function in Format ? I was thinking of a new field in the formatter itself. This would let people install different interpretation of the length...

What is the motivation for adding an internal dynlink module to the standard library? This move seems to go in the opposite direction of the rest of the PR. This...

@nojb , we don't offer support for the internal runtime API either, this still doesn't stop us from caring about eventual breakage there. Moreover, for a module with function sthat...

cc @sadiqj would you have the time to have a look at the issue ? I am temporarily assigning you (with the semantics that assignee people should try to shepherd...

It is probably best to revisit (and close) the issue once we switch to TLS.

I have the impression that it would be more efficient to document the TLS version once it is merged.

@dra27, what is the current status of this bug? (I am liberally applying my policies that the stale bot should not close bugs without human intervention).

I propose to fix the stuttering at a later date so we can have the fix in 4.14 and 5.0 (this is a toplevel fix, which I am willing to...

As far as I can see, you are throwing away `D1` and keeping `D2` in your code since you only add a new item once you have confirmed that it...