Seth Ammons
Seth Ammons
Right now, the tab complete requires that you tab through to see options. `fmt.`+`tab,tab,tab,tab,shift+tab`. That is a fantastic start. It would be even more awesome if a dropdown showed up...
Hi; thanks for a quick to use in-memory cache. If you make a v2, one thought on API design: if we already set the cache default timeout in the constructor,...
I don't want my `$GOPATH` changed when I switch to a different version of Go. ``` $ go version > go version go1.4.3 darwin/amd64 $ echo $GOPATH > /Users/sethammons/workspace/go $...
I have run your example, and I can see my icon when I cmd+tab in mac (yosemite). However, when I cmd+tab to the icon, it does not bring up my...
Hi all. Couldn't ask on slack as the link on the README is dead. When I used the in-app example code, I got traces to a local running appdash instance....
It is unclear the relationships between the following options when setting a circuit breaker: `WindowTime`, `WindowBuckets`, and `Backoff`. It looks like `WindowTime` is divided up into `WindowBuckets` for circuit polling,...
I did not want to submit a PR because you may be ideologically opposed to my suggestions. I think it is good to provide good example code. I feel there...
I'm trying to set up a "catch all" route. Anything that goes to "catchall/some/other/thing" should go the `allHandler`. I have values that I am setting onto the context in my...
# Fixes # adds documented support for multiple event webhooks while ensuring backwards compatibility by extending the api with optional webhook id path parameters ### Checklist - [x] I acknowledge...
SendGrid now allows for multiple webhooks and this PR pulls in the non-breaking API changes to support it. Webhook resources will now take an ID parameter to target specific webhooks....