R. Aidan Campbell

Results 7 comments of R. Aidan Campbell

I'm still seeing it with the same setup as OP. Walking through the code, it appears the issue occurs on [this type assertion in the stdlib](https://github.com/golang/go/blob/master/src/net/http/server.go#L1810): ```golang tlsConn, ok :=...

has anyone faced this after #1555 was merged on May 13? I just encountered it using a version before that patch, and am upgrading now to see if I face...

I don't mean to butt in here or suggest something against the project's core beliefs, but leveraging [viper](https://github.com/spf13/viper) for configuration management may make this easier. It'll handle everything from file...

The root cause that cause this on my side was logging and concurrently modifying the data (d'oh, I could've read that in the error message!). It was a very rare...

There's been some work on this, involving a nice probability lookup table. I'm just having trouble of getting the user list so often, as that's an async command. An alternative...

I came across this issue a couple of days ago and I think I've got an idea about what's going on here. There's a setup description and minimal replication [here](https://github.com/raidancampbell/pprof-diasm-duplication)....

I added a tiny bit of unit testing, so that Travis CI can be a thing someday. It's in the branch [unitTesting](/raidancampbell/swiggityspeare/tree/unitTesting)