Herbert Snorrason
Herbert Snorrason
I'm looking into Unicode normalisation, and noticed a strange - and deeply incorrect - behaviour of `code-char` when given code-points outside the BMP. Instead of erroring out, as expected of...
I notice that `workerd` appears to be using Chromium's locale data. This is unfortunate, since Chromium [deliberately](https://bugs.chromium.org/p/chromium/issues/detail?id=956072#c5) hobbles locale support to be in line with full translations of its own...
This would be highly useful in order to figure out who should be first on the speaker's list.
In looking for RDF libraries to use from Rust, this package caught my attention. However, I also noticed that it uses a GPL-incompatible licence, which sort of excludes it from...
In looking at Deno, I discovered that its `Intl` seems to share Chrome's non-support for Icelandic. Since both Node and Edge _do_ support Icelandic, it's clearly not a limitation of...
### Bug Description `PgLTreeLabel` is too strict in its validity check: it permits only ASCII alphanumeric and underscore. The `ltree` extension in PostgreSQL is locale-sensitive, and therefore has a decidedly...
### Did you check existing issues? - [ ] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing...