Timo Stamm
Timo Stamm
Yes, I agree with adding `metadataOptions?: MetadataOptions` to `GrpcCallOptions`. Thanks for opening the PR.
Full proto2 support requires quite a few changes, see https://github.com/timostamm/protobuf-ts/blob/master/MANUAL.md#proto2-support I think it would translate into new code paths for the plugin, the runtime, and in the generated code as...
It looks like the official implementation and protobuf.js both support proto2. I recommend going with one of them. However, if you have a migration to proto3 on your roadmap somewhere,...
Apologies for the delay, I'm preoccupied with personal matters at the moment, but will get back to this ASAP.
You are using a pre-release version of PNPM. The v7 has been out for a long while, latest is 7.5.0. Pre-release versions are considered unstable, and may have bugs. It...
Thank you for investigating this, Gunter!
In proto3, message fields are always optional on the wire. That means somebody can send you a `User` message without the `org` field, and it's perfectly valid. The `org` property...
I missed the original description, let's keep this open!
I've seen this from a different perspective so far: Users have to import to register anyway - so it can just as well be completely explicit. This works out best...
Hey Sebastian, I'd love to hear what approach you took. Is it similar to the `globalTypeRegistry.push` above?