Allen Flickinger

Results 5 comments of Allen Flickinger

Looks like you are getting this error: // InvalidArgument indicates client specified an invalid argument. // Note that this differs from FailedPrecondition. It indicates arguments // that are problematic regardless...

@roffe I'm a little wary about adding new dependencies. This package aims to be simple enough for anyone to use. That being said, if this package is going to add...

@roffe ``` config := &blizzard.Config{ ClientID: "my id", ClientSecret: "my secret", Region: blizzard.EU, Locale: blizzard.EnUS, HttpClient: &http.Client{ // ... opts }, } blizz := blizzzard.NewClient(config) ``` Yes, this is what...

Can you add a small example `main.go` in the `examples` folder demonstrating your retry?

> You then need to configure smith-build.json to output go: > > ``` > "go-codegen": { > "service": "my.service#MyService", > "module": "github.com/my/module" > }, > ``` > I'd like to...