-
First of all, thank you for this package! It is awesome and super simple to use. Great job!
I've got my message definition
```
message Points {
int32 team_a = 1;
int32 team_b = 2;
}
```…
-
Hi!
A minor suggestion: make it so that the example (https://github.com/twitchtv/twirp/wiki/Usage-Example:-Haberdasher) is in a separate repo, that we can git clone, cd into and follow simple instr…
-
The generated twirp servers include
`import log "log"`
They're used in error cases like this:
```
if _, err = resp.Write(buf.Bytes()); err != nil {
log.Printf("errored while writing response…
cep21 updated
6 years ago
-
Anyone tried to run Twirp on Lambda yet?
I'm not a fan of API Gateway (APIG) and all the complexity, but I love lambda. I think it would be sweet to do the following:
1. Configure APIG to handl…
rynop updated
6 years ago
-
I'm able to generate the `service_pb.js` files but appear unable to generate the `service_pb_twirp.js` file.
What are the magic flags to use? I'm using the following right now:
```
protoc --pro…
polds updated
6 years ago
-
I was trying twirp today to add some calls to an existing service which uses the gorilla mux (https://github.com/gorilla/mux). But the handler from twirp wasn't working with the mux from gorilla. Is t…
-
```
~ ❯❯❯ go get github.com/twitchtv/twirp/protoc-gen-twirp
# github.com/twitchtv/twirp/internal/gen/typemap
go/src/github.com/twitchtv/twirp/internal/gen/typemap/typemap.go:270:25: loc.GetLeadingD…
-
Twirp's specification is simple, but it's described in a lot of different places. We would benefit from having one spec that's authoritative, written in one place.
@wora, who worked on proto3 and g…
-
Hello,
I was really excited to read about twirp and want to undertake a project with it. Unfortunately, twirp seems to make some pretty opinionated decisions about my API's pathing. I've noticed th…
-
Hello,
On the [Errors](https://github.com/twitchtv/twirp/wiki/Errors) wiki package there's a typo:
- https://github.comm/twitchtv/twirp/blob/master/errors.go
should be
- https://github.com/twitc…