Dan Groshev
Dan Groshev
More notes! - it seems feasible to use [regress](https://github.com/ridiculousfish/regress) (seems to be a well supported pure Rust ES regex implementation) together with Shiki's grammars and [oniguruma-to-es](https://github.com/slevithan/oniguruma-to-es). Shiki folks managed to...
@slevithan thank you for your kind words and for the massive amount of work you've done! I might take you up on the offer in the future, ha.
Progress report: I managed to compile most of `shiki` grammars into a format loosely similar to what vscode does 🎉 @RedCMD @slevithan I think I broadly understand how grammar execution...
Hey @jermy , any chance you might submit a PR based on your branch? It'd be lovely to have the `resvg` quality issue sorted in the upstream, too.
@RazrFalcon at the very least the requirement is not reflected in the documentation or the log message itself. Emoji fonts might secretly be images and thus require `raster-images`, but it's...
My two cents: there's a related discussion here https://github.com/getzola/zola/issues/2758 In particular, [oniguruma-to-es](https://github.com/slevithan/oniguruma-to-es) can be interesting in two respects: * as a guideline to which subset of Oniguruma features is actually...
Seemingly related: https://github.com/launchbadge/sqlx/issues/2054