Josh Rudnik

Results 32 comments of Josh Rudnik

Yeah having the same issue

Some people use kube and would like to run migrations on deploy using init or helm charts so this would be useful.

Seems that its just binding everything to WasmBoyLib and that its also a singleton... Ah I see the factory is the actual class

Could there be a way to support lists without wrapping it in a generic + aliases? Something like this `(status = 200, body = Vec),`

Yep, this happens to me too, hope a fix can be merged soon

I would like this added too

Mine uses serde and does not support streaming. It was mostly just a proof of concept but I've been locally working on something similar to a builder but with a...

@asonix You could allow both `Vec` for getting just the bytes or something which is an `AsyncRead` (or something like that) to put the stream into the struct.

> @JSH32 that doesn't quite work, because you need to process each field in order. If you embed a file stream directly into a struct for processing later, you don't...

That definitely works. Still kind of meh though because you cant get the full metadata of a route for conditionally uploading based on something like a user and will need...