Andreas Kohn
Andreas Kohn
Another one I only found now: The logic for calculating the permissions also needs to be adjusted. I suspect I didn't find that because the AWS Console had adjusted the...
> "the fix is reasonably straight-forward apart from working around the schema normalization ending in a infinite recursion that I didn't run these" Sorry, what I meant to say was...
I do intend to update this soon indeed, but right now time is a bit limited unfortunately.
I guess the problem here is that the patch looks wrong: The lock is supposed to protect modifications to the `_waiters`, and on the surface it does do that --...
FWIW: I tried replacing the `defer tg.Unlock()` with an explicit unlock right after `tg.rnd.Read`, but benchmarks seem to imply that at least on my local machine that makes things slower....
The fun one is: I benchmarked moving the unlock ... and it makes things slower. ``` goos: linux goarch: amd64 pkg: github.com/newrelic/go-agent/v3/internal cpu: AMD Ryzen 9 7940HS w/ Radeon 780M...
> 🤯 How weird.. Yup. In go 1.14 defers got pretty fast (see https://go.googlesource.com/go/+/be64a19d99918c843f8555aad580221207ea35bc; this is an open-coded defer indeed), but that doesn't explain the "why is it faster" question....
Well, indeed tmpfs would be the "Linux-thing", but the point here would be to have it out of the scope of certmagic: It simply is a question of "configure the...
From a discussion in the slack channel about this topic: Here's an open telemetry plugin that might serve as inspiration for implementing tracing in other systems: https://github.com/aspecto-io/opentelemetry-ext-js/tree/master/packages/plugin-kafkajs (see https://kafkajs.slack.com/archives/CF6RFPF6K/p1597371469246600)
> I have a use-case where I want to leverage the docker_registry_image data sources in an environment where I don't have access to a Docker daemon but want to be...