Clément Delafargue
Clément Delafargue
don't hesitate to reach out if you have ideas / questions
One cool application of third-party blocks will be to require an extra signature for the token to be valid. This way, the token itself is valid, and has to be...
What should be shipped in current implementations ASAP: - updated symbol table (remove `authority`, `ambient` and `revocation_id`, replace them with `read`, `write` and `role` - ~[0..255] restricted range for symbol...
Done in #97 and #103
Are these use-cases covered by the third-party blocks? They allow to handle signatures / verifications outside of datalog, avoiding a lot of issues related to exposing crypto primitives from within...
This is a library matter, not related to the specification itself.
This was improved a bit in https://github.com/helix-editor/helix/pull/5552 (an explicit note in the "key remapping" page. I can also do that in the "keymap" page, in the minor modes paragraphs.
> Usually the most annoying invisible characters are those at the end of the line. In my opinion an option to highlight only these is very useful. I have found...
Wow, thanks! I gave it a go and it works as documented indeed. I wonder if your work could be adapted to provide support for `trailing` as well, as it...
The main issue with `trailing` is that it requires a double traversal of each line (one to know where the trailing whitespace starts, and one to actually draw graphemes), which...