Jules Aguillon
Jules Aguillon
I just checked that the test passes with both lang versions `3.7` (the version used in the repro) and `3.15`.
Indeed, that was a misunderstanding of how `itertools.groupby` works and sorting fixes it :) Could you open a PR ?
Work have been done in https://github.com/ocaml-ppx/ocamlformat/pull/2562 but we're still currently finalizing 5.2 support.
Hi, the work is in progress. We build on 5.3 since https://github.com/ocaml-ppx/ocamlformat/pull/2603 but some work is still needed to format 5.3 code (`effect` syntax, keyword versioning, backporting the many lexer...
Since https://github.com/ocaml-ppx/ocamlformat/pull/2624 and https://github.com/ocaml-ppx/ocamlformat/pull/2625, this is finally complete !
The last thing on my list before a release is to update the vendored Odoc parser. I hope to release soon.
Released :tada:
Hi, currently, the keyboard avoids outputting composite characters (a character composed of several unicode code points) except in some case ([see the acute accent](https://github.com/Julow/Unexpected-Keyboard/blob/master/srcs/juloo.keyboard2/KeyModifier.java#L559-L564), needed for https://github.com/Julow/Unexpected-Keyboard/issues/437). With recent discussion,...
You can maintain Shift while moving the cursor by sliding on the space bar.
@kcryptonian These are buttons that Android defines I don't know which applications use them. I'll consider removing them.