Not Rob Pike
Not Rob Pike
Fresh install of LuLu 2.5.0, macOS 13.6 M2. BitWarden uses DoH to google, instead of using the system resolver. I have tried to block this with LuLu. This block does...
The example for Token.New() actually demonstrates Token.NewWithClaims(). It should be demonstrating Token.New(). It additionally demonstrates signing, which I guess is ok but it seems out of scope, given that the...
When using -h|-H, I recognize that on linux (ubuntu 20 anyway) df reports base-2 units as 'G', T' etc, and reports base-10 units exactly the same. So, the output alone...
```go import ( "context" "errors" "testing" "time" "github.com/alicebob/miniredis/v2" "github.com/redis/go-redis/v9" ) func TestContext(t *testing.T) { s := miniredis.RunT(t) redisClient := redis.NewClient(&redis.Options{ Network: s.Server().Addr().Network(), Addr: s.Addr(), ContextTimeoutEnabled: true, }) t.Run("cancel context", func(t...
This does not feel like a user mailing list/group question so I am opening this issue. [GetMetricWithLabelValues](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#MetricVec.GetMetricWithLabelValues) claims that a `Delete` retains the metric being deleted, and it's just that...
Avoid rounding error for large-valued Counters. @ArthurSens @bwplotka @kakkoyun
https://github.com/prometheus/client_golang/blob/main/prometheus/counter.go#L137 Technically speaking there is no data race here. But if there are many threads trying to update the same counter, I can imagine that this never makes progress. Is...
macOS 15.4 m4 max MBP sw: Stream Deck 6.8.1 (21263) hw: Stream Deck MK.2 1.02.000 Default install, no settings.ini. `nc` tells me nothing is listening on 48969. Complete log file,...