Johann Tuffe

Results 173 comments of Johann Tuffe

Thanks a lot and sorry for the time it took to merge.

I have the same error. For now I've disabled optimization by adding this in my Cargo.toml ```toml [package.metadata.wasm-pack.profile.release] wasm-opt = false ``` I hope someone give a proper answer.

Indeed quick-xml doesn't support parsing DOCTYPE for the moment. I'd be happy to review a PR but I believe this is not a trivial change. One way you could work...

There are very little customization on the serde deserializer so far. I don't think there is any major blocking point, someone just needs to write it.

Thanks for commenting it!

Would you mind writing a PR?

This is indeed looks like a bug.

Thanks for reporting this. Marking it as bug.

> The empty file (produces just Eof) I think this is a correct behavior. For the rest I agree we should add additional checks on event orders.