Oliver L Schoenborn

Results 72 comments of Oliver L Schoenborn

Best way to handle this is to try it out: create some code that exemplifies how you want to use it with co-routines, and then try to path pypubsub so...

Have you looked at the notification handlers? They will notify on various pubsub related activities like message publish, message received by which listener, topic created/deleted, etc.

Yes have a look at - https://github.com/schollii/pypubsub/blob/master/examples/advanced/notifhandle.py - https://pypubsub.readthedocs.io/en/v4.0.3/usage/module_utils.html#pubsub.utils.IgnoreNotificationsMixin The `notifySend()` method of your custom handler gets called several times for each listener.

Over 2 months since @pierluigilenoci, is there any hope to get this approved, is there anything someone like me can do to help?

@pierluigilenoci I know, that's why I referenced your post, not much more we can do about this PR but flag people. I'm sure these guys are super busy of course....

@bacongobbler Good point about the charts being pulled in. How about the flag only applies to charts that are not pulled in? So if in a helm install you are...

Well it can't be "enumerate" unless each error has a number. Also I think it needs to be specific to index (although technically it is not the index that is...

I've been using Python for too long I guess ;) I vote for `--show-repo-validation-errors`

@bacongobbler so IINM based on what we found the consolidated warning will make it clear that the final error about chart not downloaded is due to bad chart. If the...

@rcousineau-xandr i will build and run. But I'm trying to remember how to reproduce this, do you remember how the invalid charts ended up in the helm registry? was it...