Results 76 comments of Ivan Nikulin

agh, it seems like latest published `v0.3.16` is extremely outdated. Is there any plan to publish latest versions?

Something is wrong with the CI for MacOS - builds get cancelled right away. It's definitely unrelated to the PR.

@kinosang thanks for the suggestion and we looked into it, but we'd like to stick with `hyper-rustls` in our project.

This is what I did initially, however later we've had a case where we needed to do minor adjustments to the default config and this API is flexible enough to...

Well, any HTML is valid, however it can be *non-conforming* - in that case spec says to report [parse error](https://html.spec.whatwg.org/multipage/syntax.html#parse-error). I believe that having validator is a good thing for...

@diervo It would be great!

@RReverser you're right that cross browser compatibility is not an issue anymore (kinda), but it might be useful to ensure that provided markup will be interpreted as intended, because in...

@diervo Sure, I'd love to finish this work, I've also started to do some spec work for the tree construction stage on my own. Hit me up by email and...

@RReverser I wonder how idiomatic it is to have async handlers for stream events? If that's a common a practice then I'm all for including support for such a functionality...

@RReverser Maybe it's worth adding your code as receipt in the docs then?