Ivan Vučica
Ivan Vučica
**Describe the bug** Service account in `kube-system`, `retina-agent`, seemingly has no permissions to list Retina's own CRs defined as being in `retina.sh` namespace. **EDIT** Below, `retina-agent-init` is actually running the...
**Describe the bug** In `opentelemetry-ecto`: > Because Ecto emits telemetry events only after queries have finished, OpentelemetryEcto estimates the start time of the span by subtracting the reported total duration...
The annotation `kube-vip.io/upnp-lease-duration` takes in a duration where the string is parseable by `time.ParseDuration`. There is no new configuration option that would allow setting this globally, since this new feature...
**Is your feature request related to a problem? Please describe.** Implementation of UPNP on DD-WRT firmware on TPLink TL-WDR4300 (previous: #1335) expires a portmap within seconds. Observed on Tailscale, Kube-Vip...
Hi, I have a Macbook Pro 2016 which works perfectly fine with an AMD Radeon RX6900XT eGPU with DiffusionBee 1.5.1. (One cannot choose the GPU directly nor does asking the...
This is required by NeoMutt, as it only attempts to use `LISTGROUP` to get the list of articles. Note that, despite the RFC requiring this, this PR does not add...
For handlers using getArticle, this fixes a possible panic when args is empty. For instance, HEAD might receive no article ID over the connection, but `getArticle` would still attempt to...
These headers are required by certain clients. While they should be added when the message is being added into the database, the next best thing to do is to patch...
Go maps intentionally do not have consistency in the order of iteration over keys and values. To get that, we need to create our own order of iteration. A nice...
I've played a bit with trying to generate SBOM for an old project that I've thrown into Bazel just for fun, to see if this would be compatible with an...