Oli Scherer
Oli Scherer
I believe this is related to the issues we're seeing in https://github.com/rust-lang/rust/pull/102028#issuecomment-1253440015 as it's solely mingw builds that are failing.
I don't believe it's missing tooling, unless some other errors are hidden. The error we see is ``` readelf: Error: Not an ELF file - it has the wrong magic...
Still applicable, but a breaking change
i had to rely on the Node argument of OnStreamStart to be of type Stream, which it always is
better commit message? and everything fixed
This is probably still applicable
I could hack up a Rust -> wasm thing that gives us a fully interactive website that processes a big json blob which has the actual data (essentially rendering on...
makes sense. Won't spend time on the frontend then.
Unfortunately I have no need for serialization. Therefor I don't think I'm very qualified to make decisions on how to serialize certain things. I think we could just copy the...
we could use the `#[serde(rename="@foo")]` method that I'm using for inner text.