Jayme Howard
Jayme Howard
You're absolutely correct that the combo is canonical, but if there's no other way to resolve that canonical reference due to a rewrite, it'd leave things in undefined behavior territory....
> Seems like if a rewrite was happening, the image/imageID registry reference would reflect the rewritten one. Is it not the case? (if you could confim @isugimpy) From one of...
I could be crazy here, but I'm not sure config.Optional works at all. Just for kicks, I just tried ``` from baseplate import config CONFIG = { "foo": config.Optional( config.DictOf(config.TupleOf(config.String)),...
For kicks, I also tried setting the value of bar to int(1) and it raised an exception, so I think I'm doing this correctly.
Maybe shame on me, but I was just following the example from your comment above, making the assumption that I was missing something in the backing code that auto populated...
I've pinned down the problem, just not a sane way to deal with it. Using the example provided (the one that's broken in the expected way based on the issue)...
I'll have to go back and look, but when I last talked to him, he was explicitly creating a `Connection` object manually and it didn't pass through correctly without that.
Seeing this issue on 2.8.4 and 2.9.0. Did not see it on 2.5.1.
@stonezdj Any further thoughts on this issue? As far as I can tell this is actually problematic, because it means that when a client reaches out to Harbor to pull...
I appreciate the response on this, but 1.8 isn't a viable option for us yet, because we're still working on getting upgraded from k8s 1.14. Thank you for the information,...