Chase Wilson

Results 101 comments of Chase Wilson

For something to have an unspecified layout it by definition must have a layout

Object safety is already used pervasively throughout the documentation, this RFC isn't the place to try and change that

Alright, would you like me to keep the issue open until WSL2 releases in the next few months?

This would be incredibly useful for docs.rs as we're looking into switching to `lol_html` because of its performance and resource usage bonuses, has there been any progress?

I believe so, you just make a manifest and then PR it into the repo

Ah, currently I've just got an `Option` so it's not particularly interesting, I could probably pack some more stuff into it if I wanted to though

Either way sounds valid to me, I ended up not actually needing shared deserialization

If you don't want to capture the newline, then `//[^\r\n]*` and `//[^\n]*` work, if you want to capture the newline then use `//.*\n` and `//.*\n`

Any updates on this PR, I'm currently blocked on it