Thalia Archibald
Thalia Archibald
Ever since the first stylistic sets were introduced in 2.0, I've maintained a table stylistic sets in my editor settings so I can preview font differences when selecting stylistic sets....
This PR makes a couple of minor fixes in the program --help. - Updates the executable name to wsc in the summary - --no-implicit-exit was missing from the summary -...
I've wanted chunked UTF-8 decoding twice recently for different escaping routines, and have used `simdutf8::compat::from_utf8` in a loop to achieve that. I would really like to be able to use...
By the way, your GitHub Pages site is not updated with any changes to master since 2022. If you want, you could change Pages to render master, instead of gh-pages....
Callbacks currently inherit the global scope from the library, which leaks private API details. This change limits the globals visible to callbacks to just the public library API and its...
The [reason-markdown-codeblock.json](https://github.com/reasonml-editor/vscode-reasonml/blob/8745b53c046e8bf857fa258ad1cb545fba81beaa/syntaxes/reason-markdown-codeblock.json#L9) syntax injects Reason syntax highlighting into Markdown ` ``` ` fences with a language ID of `re`, `reason`, or `reasonml`. Or, at least, that's what it's supposed to...
This PR adds full support for `unicase::Ascii` and the missing macro support for `uncased::Uncased`. `Ascii` is a newtype with no space overhead over `&str`, so is useful when Unicode-aware folding...
HWB (Hue, Whiteness, Blackness) colors are now a suggested standard for CSS4. That means that it could potentially very useful to include this in tinycolor. I am aware of the...
When the length logic for fast-import 'data' commands was updated in 4c10270 (Fix data handling, 2023-03-02), one branch was missed, so commit messages now do not have a final LF...
Gosling Emacs file ftp.informatik.uni-stuttgart.de/pub/cm/dec/decus/emacs.tap is corrupt, as reported in https://github.com/larsbrinkhoff/emacs-history/issues/15. I repair two broken parts. Every 4096 bytes, the byte sequence "\0\x10\0\0\0\x10\0\0" is inserted into the stream, and the stream...