Ingvar Stepanyan
Ingvar Stepanyan
Fixed, including the mentioned concerns, in an alternative implementation in https://github.com/cloudflare/serde-wasm-bindgen/commit/bf15072c58ec1a8228e8afc1dbab41b6818fc49b.
Unfortunately, no - that doesn't help us (the proposals got refactored & split up many times since I wrote that). The README overall needs to be rewritten quite a bit,...
It doesn't feel very intuitive to be honest, and might be even incompatible with current design, since it's possible to add custom field for `request.post` in which case `request.post ~...
Yeah this kind of use-cases is exactly what functions are for, as it doesn't require any special syntax.
Because Wireshark has it and this library was designed to support similar syntax: https://www.wireshark.org/docs/wsug_html_chunked/ChWorkBuildDisplayFilterSection.html If it wasn't for that, it could've been just a function too, yeah.
Just so that you don't worry if I don't respond, I'll be away starting tomorrow till 24th of August. I'll be still happy to review the draft upon return.
Just one data point: for "Number of Wasm responses" graph, SVG version passed via [SVGOMG](https://jakearchibald.github.io/svgomg/) would amount to 5.43 KB gzipped, whereas current PNG version results in 41.88 KB after...
FWIW we could also just look at AVIF, which provides size savings very close to SVG even on default settings  but SVG is worth it just for scaling if...
> And getting something like Puppeteer to do that in the script, when we have multiple charts in each tab, is difficult as how can it know which charts to...
Looks like we can even remove `disposition=ATTACHMENT` param and avoid the download logic - instead, image is served with correct Content-Type so we could hotlink to those SVGs directly if...