- https://sugar.pages.gay
- Joined on
2024-08-18
Replace the regex with something consistent cross-platform
out of curiosity, i took a look at rust's regex, and unlike boost regex engine, it's fine with }]
as a regular expression with no need to escape it (nixpkgs doesn't escape those two characters,…
Matching 500KB of data with builtins.match causes stack overflow