Sébastien Hinderer
Sébastien Hinderer
TErmux is almost usable with a screen reader like [brltt](https://brltty.ap). One major barrier to its use, though, is that brltty does not know where the cursor is. More specifically, no...
This continues the work started with e.g. #11248 and the yet unmerged #11268.
The main thing this PR does is to modify the configure and build systems so that `ocamltest/ocamltest_config.ml` and `utils/config.ml` (renamed to `utils/config_fragment.ml` by this PR) are generated as part of...
In the Messenger app, there is a parameter that lets one control whether our online status is visible or not. It is writtenthere that this must be set on a...
Thanks a lot for this awesome work. I am using the plugin with bitlbee. The list of Facebook buddies contains not only my facebook friends but also all the people...
I would like to build lists of topics, a bit similar to what is already possible for pull requests or issues, but without distinguishing one from another. So for isntance...
We have several boolean configuration variables to specify whether a feature is enabled or not. `NATIVE_COMPILER` is an example of such a variable. In our build system, we have several...
Follow-up to https://github.com/ocaml/ocaml/pull/11294#issuecomment-1148386273 Since this file is generated, storing it means either having to ensure it remaiins synchronized with the files it is generated from, or leaving it be not...
This is an attempt to address issue #11499.
When the intention is to modify OCaml's parser itself, it is important to use the same version of Menhir to generate the modified parser than the one used to generate...