Matt Hamann

Results 105 comments of Matt Hamann

@whitlockjc ok, no problem. will update the PR shortly...

Stable charts live here: https://github.com/helm/charts Documentation on how to contribute a chart: https://github.com/helm/charts/blob/master/CONTRIBUTING.md Since you already have an `httpbin` Docker image on DockerHub, it would be preferable to version that...

Haven't done it yet @declum, but still on the list of things to do unless someone beats me to it ;-)

This looks really good, @JanRK. Thanks for doing this work! Ideally, we could get this into the "official" helm repo at some point, but this'll definitely work for now. +1...

Here's another vote for supporting EdDSA signing/verification!

I don't have AltTab installed via Homebrew and I can only find one copy of `AltTab.app` in `Applications`. I use the built-in updater to install updates. ``` $ brew info...

I terminated all of the instances and restarted the process to get things working again, but when it occurs again I'll capture this additional info!

I'm having the same issue (also seems like #220). I can start the latest `logspout` container or use `v3.1`, but any time I try to call the `/routes` API, it...

I added code to the TCP adapter's `Dial` method that looks like this: ``` import "github.com/benschw/srv-lb/lb" func (_ *tcpTransport) Dial(addr string, options map[string]string) (net.Conn, error) { if v := strings.Split(addr,...

I have it done for TLS. I just need to clean it up a bit and apply to the other transports. Will try to get a PR in next week.