treksler
treksler
> @jrhouston may I kindly ask for your review? This is a blocker for normal operation of helm charts in OCI registry. > > I've found a workaround to perform...
same. console shows a 500 internal server error when disconnecting from strava. `Failed to load resource: the server responded with a status of 500 (INTERNAL SERVER ERROR) ` the only...
looks like a duplicate of https://github.com/cpfair/tapiriik/issues/498
i gave it a shot to address the missing things - wasn't really sure what to add to the unit tests. I just added a grants block to one of...
the only errors in https://github.com/mineiros-io/terraform-aws-s3-bucket/actions/runs/3198717372/jobs/5336038710 seem to be around "dead" links, which aren't actually dead
if i understand this right, then this periodic checking would also solve the issue where a newly added (qa/review) controller currently does not pick up existing streams or consumers (it...
https://github.com/kubernetes-sigs/metrics-server/pull/1471 at the very least we should avoid making psps in 1.25 and above
some non-hacky way (a flag) to get a noop from docker login, when already logged in, would be nice
Until `docker stack rm --volumes` gets implemented, there are at least two ways to do this reliably ``` STACK_NAME=foobar ; for volume in $(docker volume ls -q) ; do if...