gw0
gw0
My attempts at running `docker-pregistry-proxy:0.6.2` as a less-privileged user/context in Kubernetes have failed. I am listing each `securityContext` configuration and what errors it produced: ``` securityContext: readOnlyRootFilesystem: true $ kubectl...
I believe this should be a configurable feature instead of default behavior. I have a better use case: By default `docker-registry-proxy` should provide read-only/pull-only access to private Docker repos (like...
This feature request is implemented in PR #78 if you set the env var `ALLOW_OWN_AUTH=true`. (It also provides an alternative `ALLOW_PUSH_WITH_OWN_AUTH`.)
Missing ability to reload service account keyfile is still an open issue. The only workaround is described in https://github.com/GoogleCloudPlatform/cloudsql-proxy/issues/770 which is basically: 1. update the keyfile 2. stop with `kill...
As I understand, the `sysfs` interface does not support dynamic configuration of internal pull-up/down resistors. So an Allwinner-specific solution is necessary, just like Raspberry Pi has Broadcom-specific solutions. - The...
Isn't the solution to just remember the time at millisecond resolution of the last edge to which the library responded and then ignore all edges until `bouncetime` time has passed?
Still unresolved.
Same happens for me using Bulma and Vue.js.
I tracked the problem down to *purify-css* not handling `:not` correctly. The problematic media query in Bulma that gets removed: ```css @media screen and (min-width: 769px), print columns.sass:204 .columns:not(.is-desktop) {...
Upstream issue: https://github.com/purifycss/purifycss/issues/161