Loch Wansbrough

Results 36 comments of Loch Wansbrough
trafficstars

Actually I think I can see that this is todo.. https://github.com/vitejs/vite-plugin-vue2/blob/main/src/main.ts#L135 -- would really appreciate work towards this, or guidance on how we can contribute or develop our own solution.

So I patched the plugin by adding some code that works for our use case to the above TODO'd section: Obviously this may cause problems if you have components that...

This is pretty high importance if I'm understanding correctly. Currently we're seeing a FOUC because Vite isn't including the chunks from these modules in the SSR render. As a result,...

A workaround for now could be to use the `.http_metadata()` method and write the HTTP headers yourself.

If I can do `let uploaded_parts = req.json::().await?;` then we really just need `UploadedPart` to be de/ser.

Yeah I think it's important. I've got a ton of enums specified in wit files. Other guest code (ie. Rust) has access to them, so I think it makes sense...