Ingvar Stepanyan
Ingvar Stepanyan
I'm going to close this as per the old discussion above. If you think the docs need to call out the `.serialize()` method, let's do that in a separate PR.
It doesn't "fix" HTML, it parses it in accordance with spec. This is not a separate fixing mechanism from any other parsing, but normal parsing flow where some tags are...
Personally to me, conformance checkers just feels like a thing from the past nowadays when we had to check our HTML with online W3C tool to be sure that it...
I actually had a very similar issue recently and worked around it in custom subclass of RewritingStream. If @inikulin doesn't mind, I can upstream my changes.
For what it's worth, what I did to work around this is subscribed to all the events, but added rewriters to a Promise-based task queue so that ordering of the...
It's not common at all (unfortunately), although there have been some discussions.
It's kinda ugly due to need to iterate all events not subscribed yet manually. I wonder if it would be better to add `unhandledToken` event as a fallback instead of...
> > > Possibly, but we can not introduce a hard dependency on rayon [due to the `wasm` target](https://github.com/image-rs/image/issues/879) as far as I am aware. So only behind a non-default...
@stefan2718 Oh yeah, sorry, should've probably mentioned this as a workaround. I'm using the same one, except with `.profiling` instead of `.release` as I don't want regular release builds to...
@stefan2718 No, it works for me as-is. But note that my original issue is about preserving names (in the "names" subsection), while you seem to be talking about DWARF debuginfo...