Victor Dods

Results 44 comments of Victor Dods

Seconded. The `Into` trait often requires specifying the type through some awkward syntax or temp value, so having an into_inner with a definite type would be great.

I'm curious if there's been any progress on this front. I'm also quite in favor of tonic clients working in wasm.

I had done this merge locally and mostly got it working for my own purposes, but it seems like there might be a missing #[cfg in the generated Client code...

Further notes: 1. Originally I had all my .proto and tonic-build stuff in a single crate, but I found that it was impossible to (a) invoke tonic-build with and without...

Is there any update on this? It would be a fantastic feature to add. I've been trying to figure out how to do this (as a consumer of tonic, not...

I've managed to get something working well enough, though it's not API compatible, and I'm not sure how to fix error E0277. Going within `impl Connection` in trace.rs: ``` //...

I made a failed attempt at implementing one that used sqlite3_trace_v2 and ran into that challenge as well. Here's a slightly different version of what I posted earlier which has...

I'm also struggling with this one. I either get the OP's error "rust-lld: error: unable to find library -lsqlite3" when building my crate, or if I enabled the "bundled" feature,...