Steven L

Results 47 issues of Steven L

Same behavior, very similar safety (with some not-yet-built linter enhancements), but less obvious at-runtime behavior so it's harder to verify changes.

this also customizes the linter to find duplicate metrics names via the indexes, and WOW. almost 1000 of them. most look reasonable / they are very likely on the same...

High level stuff changed: - All `go.mod` and docker stuff points to 1.24 - `go list` has made significant changes to what is allowed yet again, so `check-gomod-version.sh` has major...

Sample crash that led to this PR: ``` panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal...

bursts are surprisingly bad even in global mode, so this raises the burst in that scenario. when global usage is known, the unused-rps-boosting should take care of it, unless they...

After building with a go.mod that includes a newer golang.org/x/tools so it actually builds, running this on 1.23.4 or 1.24.0 (and likely other versions) misbehaves: ``` $ go run github.com/google/go-licenses/v2...

Probable fix for our racy shutdown issue: just wait for the coroutine's goroutine to close, before stopping the next. Since this is fairly likely to lead to getting stuck in...