Cosmic

Results 314 comments of Cosmic

Gonna go ahead and handle moving the current minifier to work on an abstract HTML representation and then I'll revise this PR and #42

On second thought I think it'd be fine to keep the option to skip optimizations. It's not that hard to thread things through to have it working properly again, and...

Fortunately it looks like that error was already relaxed from crashing to logging a message on the `main` branch https://github.com/Inlyne-Project/inlyne/blob/6f9ac5ed1126364d187afe4bd3431ae72be36cc6/src/main.rs#L505-L507 but that doesn't resolve it failing to begin with of...

This looks relevant although our version of `open` should already include that PR - Byron/open-rs/pull/71

1\) is already resolved. For 2) I won't have spare time to dig into things anytime soon, but this is enough to reproduce the behavior you're seeing with `inlyne` ```toml...

Ah at this point I think it'd be better to split this PR into a more minimal error overhaul which involves: - Splitting the error into a separate parse/render error...

It looks like this code doesn't trigger the clippy false positives anymore, so this issue can likely be closed

Unfortunately I don't have access to any system where I could try to reproduce this

~~It looks like development has picked up again in this repo~~ ~~https://github.com/rust-onig/rust-onig~ jk I see now that it's Oniguruma itself that's archived...

Ironically enough one of those 22 issues is this very one :D > Adopting tree-sitter would allow to leverage other people's work to correct language grammar in a divide and...