Jack Reamy

Results 2 issues of Jack Reamy

The current `New` function supports taking an IPv4 address, but not an IPv6 address for initialization i.e. ```go func TestIPv6(t *testing.T) { // passes _, err := statsd.New("127.0.0.1") assert.NoError(t, err)...

**Describe the bug** I tried to install helm v2.12.3 and it failed. **To Reproduce** 1. Clean install of helmswitch via brew. 2. Use `helmswitch` command 3. Select 2.12.3 from the...