Jiqing Yang

Results 6 comments of Jiqing Yang

Hello everyone, I'm currently working on implementing this in rust [live image](https://stackoverflow.com/questions/32508375/apple-live-photo-file-format/35286486#35286486). But I couldn't find a way to write a Meta Track (I suppose it need a Metatrack handler...

Cases like `leptos` ssr do want server functions to return a future that is `Send`, this (the `send` module) become useful when downstream users needs to make futures `Send` in...

I can create a separate `batch_get()` function as you suggested. My concern is code duplication between `GetOptionsBuilder` and the potential `BatchGetOptionsBuilder` like `cache_ttl`, `text`/`json` methods, etc. Would you prefer: 1....

Just to make sure, we want to make the api similar to `cloudflare/workers-sdk` and we can do a breaking change. I think the `KvOptionsBuilder` way is a great way tbh,...

Since the "Request multiple keys" api does not support `arrayBuffer` and `stream`, the api will be a bit different I can think of four possible implementation, tell me which one...

working on it rn lol