Timo Stamm

Results 302 comments of Timo Stamm

Sorry, I was out for a couple of days. This was fun 😃 Congratulations on the v2 release!

An update from our end: We looked into the WebTransport APIs last year, but found that implementing streaming support for Connect isn't as straight-forward as it initially seemed. The API...

See https://connectrpc.com/docs/governance/project-governance

~~We're using Snyk now, closing.~~ We're using FOSSA, but do not need the badges.

@mdomke, can you comment on https://github.com/bufbuild/plugins/issues/1039 and request a bump?

https://github.com/bufbuild/protobuf-es/issues/1016 asks to remove $typeName and $unknown from the types.

Requiring this property isn't ideal for many reasons, but nominal typing isn't the only reason for the `$typeName` property. It's also used to distinguish between a complete message and a...

I've created an issue to add a string type to the generated schema: https://github.com/bufbuild/protobuf-es/issues/1056 Closing this issue for the reasons described in https://github.com/bufbuild/protobuf-es/issues/994#issuecomment-2485862265.

You have to specify the options literal with `as const`, see https://github.com/bufbuild/protobuf-es/blob/v2.2.0/packages/protobuf/src/to-json.ts#L143. But you'll only get the JSON type for the standard options, since that's what the generated JSON type...

The status message should be percent-encoded, see https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md This isn't consistently done in gRPC / gRPC-Web implementations. But you can encode / decode in your application where necessary.