Devashish Dixit

Results 97 comments of Devashish Dixit

@ShaddyDC If someone wants fine grained control over callbacks, they can always use `idb-sys` crate which exposes raw indexed db API without `async/await`.

> I have to wonder how useful it even is to expose the transaction layer to a user that can only make limited use of it. Most of the times,...

I think eventually this needs to be resolved. We can keep it open for now.

Hi. Thanks for creating this issue. You can look at https://github.com/devashishdxt/tonic-web-wasm-client/tree/main/test-suite/simple/client for sample usage. I'm also working on creating an example leptos project.

Thanks for working on this. I'm not sure if this crate is the right place to add support for this. Anyway, can you please add some tests?

@tomasol Can a standard gRPC client run directly in a WASI environment? I'm a little confused about why gRPC-Web would be necessary. I was under the impression that gRPC-Web is...

Thanks for reporting this issue @zvolin. Unfortunately, there aren’t enough details in the issue for me to try and reproduce it. Can you attach some more details (like what you're...