-
Options:
1. Directly switch to connect-rpc This requires changing all 68 rpc call sites to use connect api, about a dozen registration calls, and four or five interceptors. Also will break our cu…
-
```console
$ yq '.packages[] | select(.type = "http" and .name != null) | "\(.name) \(.repo_owner)/\(.repo_name)"' registry.yaml
1password/cli null/null
DeNA/unity-meta-check/gh-action DeNA/unity-m…
-
I believe `@bufbuild/protobuf` (and the other `@bufbuild`/`@connectrpc` packages, which seem to have a similar setup) are affected by https://github.com/microsoft/TypeScript/issues/50466 - when compil…
-
I am trying to override the `fromJson` serialization method. By default the `ignoreUnknownFields` is set to false, I would like to set it to true when generating so that my frontend code will be backw…
-
We're getting this error:
![](https://github.com/ably/ably-go/assets/3682518/94787832-37de-4f30-b03e-502b22e7e61f)
Which is stopping the client and leaving our agent in an offline state. The token e…
-
The required syntax of proto2 is now optional in the generated type, is there any way to make it required?
``` protobuf
syntax = "proto2";
message Foo {
required string a = 1;
required st…
-
👋🏼 Hi!
I've been trying to get something working with Deno, but I haven't been able so far. I was wondering if it's possible at all, since I'm not really familiar with the ecosystem. I was hoping y…
-
### What's your CLI version?
0.85.29
### Description & steps to reproduce
I tried a `kurtosis run` today, and got this:
```
INFO[2023-11-19T13:17:16-03:00] No Kurtosis engine was found; attemptin…
-
**Is your feature request related to a problem? Please describe.**
I would like a smaller package when not using protobuf serialization.
Both the `ConnectRPC` protocol and `grpc-web` (`applicati…
-
New **Triple** is based on connect-go (https://github.com/connectrpc/connect-go) which makes use of Golang generic feature. For instance, client and server side code of unary invocation would be lik…