TheDiveO
TheDiveO
At this time, backoff supports the usecase well, where the code calling `RetryNotify(b, n)` is either directly related to the notification function passed or at least got it passed in...
First, so many thanks for your `workerpool` module that is exactly what I've been looking for! In my projects I tend to use several worker pools and I use them...
The [CRI API](https://github.com/kubernetes/cri-api) today is (if I'm not mistaken) on purpose design from the perspective of the k8s kubelet that uses a polling model to supervise container runtimes. In some...
## Feature request #### What problem does this feature solve? To cite the [Markdown Guide](https://www.markdownguide.org/extended-syntax/#footnotes): > Footnotes allow you to add notes and references without cluttering the body of the...
Now this is a really strange behavior I'm experiencing with melt (and Kdenlive) with one of my USB audio interfaces, but not with another one. When playing a video clip...
On hosts with "only" a unified cgroup v2 controller hierarchy (that is, a "pure" cgroups v2 hierarchy) Docker now defaults (unless configured otherwise) to automatically creating private cgroup namespaces for...
`go test -exec sudo ./...` allows running the tests binary(s) via another binary such as `sudo`, instead of running them directly. This allows running tests which require root privileges without...
**What happened**: Running grype on a syft-generated BOM for github.com/thediveo/lxkns raises CVE-2002-1647. However, CVE-2002-1647 relates to a web site but not an npm package. **What you expected to happen**: No...
More false positives turned up in the web UI part of my [lxkns](https://github.com/thediveo/lxkns) project. ```yaml ignore: # Barking up the wrong tree... - vulnerability: CVE-2009-4590 # php, not npm package...
In order to connect to a websocket service inside a pod in a minikube setup, I need to address the Kubernetes remote API which then demands a client certificate (`~/.minikube/client.crt`...