-
Go Version: go1.12.9 darwin/amd64
OS: osx 10.14.5
1. Clone a fresh repo
2. Run `retool build`
3. Run `retool do protoc --proto_path=$GOPATH/src:. --twirp_out=. --go_out=. ./rpc/user/service.prot…
-
I was working on a client today and had the natural inclination to raise the response error for any of the cases we weren't sure how to handle yet. Unfortunately that doesn't work very well since Twir…
-
### Description
In order to speed up and reduce the moving parts of the ingest, we are thinking onimplement the ingest of pilosa as a embed library, with the goal of do in memory operation instead …
-
Hello,
I am interested in Twirp for a fairly conventional RPC system and this starter kit seems perfect. I want to use the provided Postgres server to get up and running quick, but after changing …
-
In the same vein as https://github.com/twitchtv/twirp/issues/161
-
Could you comment on the feasibility of having grpc (non-twirp) support?
-
Hello,
I've tried running this example code with every possible solution I could find, but nothing seems to work.
When running the client , the error is 2018/12/04 11:05:41 twirp error internal: …
bon3s updated
5 years ago
-
The latest godownloader generates an install.sh that cannot deduce the archive name from goreleaser.yaml:
```yaml
builds:
-
main: ./protoc-gen-twirp_php/
binary: protoc-gen-…
-
I'm unable to structure my project using latest Go as suggested in the best practices section `Folder/Package Structure`.
https://twitchtv.github.io/twirp/docs/best_practices.html
On how to use in…
gurre updated
5 years ago
-
Is there a way to specify basepath so that it is set to something else than localhost in the generated swagger file?