Wade Simmons

Results 22 issues of Wade Simmons

Since the first minor version update has already been released, we can probably feel comfortable updating to go1.21. This version now enforces that the go version on the system is...

cla:signed

These smoke tests allow us to test freebsd and disabling ipv6 via kernel parameters. Current extra smoke tests: - freebsd - openbsd - netbsd - linux 32bit OS - linux...

smoke-test-extra

experimental test to see if we can have a test mode that verifies mutexes lock in the order we want, while having no hit on production performance. Since this uses...

elliptic.Marshal was deprecated, we can replace it with the ECDH methods (even though we aren't using ECDH here, the underlying Marshal format is the same). See: - https://github.com/golang/go/commit/f03fb147d773f3e0cee437e02ac2de5ce1d5e981 We still...

Dropwizard has a nice integration with Hibernate Validator that makes it easy to give good error messages when the user provides an incorrect JSON payload (e.g. missing a key). See:...

most wanted

I understand you are no longer maintaining this repo, but leaving this pull request here in case others run into the same issue. If a COMPACT STORAGE CF has only...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem Go ### Package manager version _No response_ ### Language version 1.22...

T: bug 🐞
L: go:modules

The main nice fix here is that maps unmarshal into `map[string]any` instead of `map[any]any`, so it cleans things up a bit. The only gotcha I see for our uses is...

These tests will be a bit relative, but can be used to compare the results before and after a PR. We can also verify that no allocations are introduced on...

When we receive a "hole punch notification" from a Lighthouse, we send a hole punch packet to every remote of that host, even if we don't include those remotes in...