-
Hi!
Have problem with connecting generated [twirp js client](https://github.com/thechriswalker/protoc-gen-twirp_js) with go twirp server. Everything works as expected beside repeated fields in reques…
-
There is an inconsistency in the documentation:
https://github.com/twitchtv/twirp/blob/677ba1a47ae278934e5911498e65f917c845dc69/hooks/statsd/statsd.go#L64 ( comment)
vs the actual metric sent:…
-
Unsure of what the cause is, as I haven't dug through the code, but we noticed when we upgraded the ts-proto lib from 1.4.0 to 1.4.1, the Get* methods were no longer automatically generated for batch …
-
I use https://github.com/twitchtv/twirp-ruby as part of a Rails app to provide Twirp RPC support.
I mount the Twirp app inside `config/routes.rb` as a rack app using mount e.g. `mount connections, …
-
If the [`RequestReceived` of `ServerHooks`](https://github.com/twitchtv/twirp/blob/master/hooks.go#L38) struct is changed to `func(ctx context.Context, req interface{}) (context.Context, error)` inste…
-
I love how trivy integrates with all CI tools, I am using it with gtlab and dind. But, having only small changes in images (like adding app) makes whole scanning process quite long - not to mention …
-
I'm using twirp on protobuf rpc server.
I want to log entire request / response message on each rpc call.
Twirp has ServerHooks called on each rpc call. But in ServerHooks, User can access only ctx …
-
看错了
-
This is just a shot-in-the-dark, and there'd be a lot of work to be done, but FWIW I just wanted to mention/you might be interested in [ts-proto](https://github.com/stephenh/ts-proto), which instead o…
-
**Describe the bug**
We are not using `go_package` option for our definitions.
When trying to generate classes from such kind of proto this error appears:
```
gigi:scripts user$ protoc -I . --t…