Johan Brandhorst-Satzkorn

Results 600 comments of Johan Brandhorst-Satzkorn

> Yeah, so dealing with the body stream we will need to consume the whole body before we can send it I believe. So that part will be a bit...

I've contacted Paul asynchronously to discuss next steps :).

I've created a sandbox repo to play around with prototyping this: https://github.com/johanbrandhorst/rust-grpc-web-wasm-test. It's currently just a Go gRPC server with the gRPC-Web proxy, the idea is that we can manually...

Great work @john-hern! Would you be interested in adding your Rust proxy implementation to the https://github.com/johanbrandhorst/grpc-web-compatibility-test repo? It tests the existing proxies with the known existing clients.

A pure proxy shouldn't be necessary, but you mean you can't simply depend on Tonic as a crate? Alternatively it would be cool just to add the tests to the...

Yes, indeed, I updated my repo recently to point to the official repo interop tests. They don't seem to have added any third party tests though so I'm not entirely...

I'm not entirely sure I follow, but does option 2 imply parsing the path parameters and then _constructing_ a regex that will match all of them? CC @oyvindwe

Can you try just regenerating the files by following the instructions in CONTRIBUTING.md?

> I've regenerated the files. But errors occurs when generating files, and it will stop the generating on Macos: > > ``` > swagger-codegen generate -i examples/internal/proto/examplepb/a_bit_of_everything.swagger.json \ > -l...

I think it's this file: https://github.com/grpc-ecosystem/grpc-gateway/blob/master/.github/Dockerfile. I've been pushing it manually (which is why the tag hasn't been updated for 1.18 yet 😬). Would be great if we had a...