Edward McFarlane
Edward McFarlane
Hey @terinjokes, thanks for using the library and raising the issue. I've raised a PR to export the constructor.
Hey @bhainesva thanks for reporting. I'll pick up and have a look at adding support later this week. Currently we don't support `grpc-web-text` across any of the connect implementations. Adding...
Closing https://github.com/connectrpc/connect-es/pull/1116#issuecomment-2354893659
Hi devnev, theres not currently a well defined spec for how streaming RPCs map to REST style requests. There is support for file streaming with the use of [`google.api.HttpBody`](https://github.com/googleapis/googleapis/blob/20b0b77ac80d437263b09e473d1b9fca1ae31dcb/google/api/httpbody.proto#L61-L64). Streaming...
Hello, looking into this! We had some similar issues in https://github.com/bufbuild/buf/issues/3219 . A workaround for now maybe is to specify the `--path` arg on `buf build . --path=src`.
Can `rules_buf` pass an array of plugins with the config as an array of [external buf.yaml v2 config type](https://github.com/bufbuild/buf/blob/738e7267ec1b5228e7380722f7fe2a548088efca/private/bufpkg/bufconfig/buf_yaml_file.go#L1426-L1430)? This would then set the lint and breaking plugin options. A...
Created a PR #791 to discuss a third solution. Changing the behavior of the client closures to be non-blocking. This may not be possible if the current behavior is relied...
Hi @gcemaj thanks for the report. Would you be able to expand on your use case here with a testcase example? From looking at the race output I can see...
@utamori thanks! As a contributor could you please push up with signed commits. You'll need to `git commit --ammend -s` to sign and force push up the current commit.
Stream style interceptors would provide lots of flexibility to users allowing interceptors that change the control flow, and making the decoder and encoder side pluggable. The requests trip through vanguard...