-
https://github.com/bufbuild/protobuf-es
The code is quite new, but it passes the protobuf conformance tests, and the company backing it appears to have a good reputation. The smaller bundles, nicer…
-
## Description
1. When instantiating `Migrator`, no values were assigned to `Migrator.print` and `Migrator.write`, only `cfg` was assigned to `Migrator`
https://github.com/bufbuild/protovalidate…
-
**Is your feature request related to a problem? Please describe.**
Currently, if you open a stream from the web to a Node.js server, it does long-polling, holding a connection open to stream the da…
-
**Describe the bug**
I enjoying created a gRPC server using Fastify and Bufbuild plugin `connect-fastify`.
It works perfectly, but I have a problem with the return status code.
This `uRes.status…
-
`x/net/http2` exports the `StreamError` type. Because this type is exported, it's easy to use `errors.As` to extract the HTTP/2 error code (if any) from any error. Unfortunately, the `StreamError` typ…
-
-
### Summary
gopls has several defined "postfix" completions but when using helix I dont see any of the snippet completions from gopls. I can see autocomplete and method completions, and use struct …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
After cloning cerbos repository from GitHub and trying to build the project using: `make buil…
-
When invoking a server or bidi stream using the Connect or gRPC-web protocols, the response stream is only read to the end of the "end of stream" frame. It is never verified that the body contain no m…
-
Hey! Love the direction of this library and just did a huge refactor to convert all of our grpc calls to using connect query!
I'm in the middle of fixing up our tests and got this message from vist…