djdv

Results 15 issues of djdv

While reading the source for this pkg, I noticed the usage of `bytes.Buffer` in places where Go 1.10's `strings.Builder` could be used instead. (It's intended for this and is marginally...

I keep referencing these docs which are several years out of date or missing. I'm going to start tracking my findings instead of forgetting them, but probably won't make a...

because github

These methods [are documented](https://pkg.go.dev/hash/maphash#Hash.Write) to "never fail", so it should be okay to ignore the return values. `hash.Hash` is already excluded, but unlike the other subpkgs of `hash`, `hash/maphash` doesn't...

### Make sure you have done the following - [X] I have updated to the latest version of `blink.cmp` - [X] I have read the README ### Bug Description When...

bug