redloaf

Results 4 issues of redloaf

## 💸 TL;DR There are some places where `globalTracer` is referenced instead of the `opentracing.GlobalTracer()`. If these ever differ (which is entirely possible), this breaks assumptions about how this library...

Since #35 merged, it seems the only usage of `unsafe` in this library is in log.go's `log2Int` function. That function is unexported and uses generics but is only called in...

**Is your feature request related to a problem? Please describe.** Athens recently migrated the s3 storage provider from AWS SDK v1 to v2 but is still using `ListObjects` V1. This...

I documented in https://github.com/golang/go/issues/71414 how go1.23 has changed the behavior of the `go run` and `go install` commands such that each invocation calls the `list` API, which is not cached...