Timo Stamm
Timo Stamm
To elaborate, React Native provides a fetch implementation, but it is incomplete, and does not support streams. Please chime in on https://github.com/facebook/react-native/issues/27741
> We're planning to use it in our app to always get the latest state of IOT devices. Since there is not a whole lot of activity on the upstream...
Another use case (similar to #1407) would be to allow type filtering and (a new feature) option redaction at the plugin level. The latter would be useful to omit certain...
Hey Cyril, I think you're right that the call to `newFieldList` in generated TS can impact tree-shaking: https://github.com/bufbuild/protobuf-es/blob/2b2861b9e395c96d1450ed569b1cd28756fe04ca/packages/protobuf-test/src/gen/ts/extra/example_pb.ts#L63 I believe that adding a `/*@__PURE__*/` annotation right before the call expression...
Let's close this. See https://github.com/connectrpc/examples-es/pull/1499#issuecomment-2098596500 for details.
gRPC-web uses a message framing. It's superficially documented [here](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md). It's just length delimited, with space for a couple of flags. You can take a look at the transport implementation here...
gRPC-web uses a message framing. The function splits an incoming stream of binary data into individual frames. > i don't really know if the information i got from the response...
Unfortunately, the Node.js `http2` module does not support UDS out of the box. I assume that it's possible to support this, but it's likely not completely trivial. In general, we...
I'm glad you brought up the example, Jacob - I should have been more precise. Yes, you can listen to an UDS with an `http2` server (it's a method inherited...
We have removed the fallback files in https://github.com/bufbuild/protobuf-es/pull/804. If this does not cause any issues, we can safely do it here as well.