Nicolas Simonds
Nicolas Simonds
Whoops. I posted these reviews from the wrong account. Not that it makes much of a difference.
# Addendum If the generator exits "normally", the terminal works fine. It's only when doing things like error handling that it goes sideways.
> @0xDEC0DE Is it regression or 1.7.4 has it as well? This appears to be a regression; 1.7.4 ignores them (albeit with warnings): ## Setup ``` python3 -m venv 1.7.4...
I included a test case so that you could tell me 😆 But yes, #1004 appears to report no issues, but it DOES throw warnings, same as 1.7.4: ``` $...
This looks promising. A terrific use case for this would be running [docker_auth](https://github.com/cesanta/docker_auth.git) as a sidecar, instead of as a separate pod. Do you think you could update the docs...
# Workaround Disabling caching on the registry server will also make it behave correctly. This can be achieved by setting `storage.cache.blobdescriptor` to an "invalid" value in the configs, e.g.: ```...
Workaround ========= In your local config: ``` docker-registry: configData: storage: redirect: disable: true ```
This only appears to affect idempotent jobs. Non-idempotent jobs do not appear to set a value. # Steps to reproduce Start a Redis, and run this: ``` import time import...
> I filed the ticket yesterday so I had something to work on today :( > > This change is doing WAY too much all at once; the intention of...
Downsized for the sake of sanity.