Nick Williams

Results 12 comments of Nick Williams

I was optimistic about using this, but we're stuck on Python 3.5.2 because Ubuntu 16.04 is stuck on Python 3.5.2. :-(

For what it is worth, I was able to use `aiocontextvars` with some patching of my own. Not great, but now everything works in Python 3.5 and 3.6: ```python if...

Actually, I think I have a better idea than _either_ `ignore_threading=True` _or_ `add_default_ignores=True`. Currently, there's an argument `ignore=None` argument, and if it's specified, the value of it is added to...

I have created #373, which is a rough first-pass at implementing items 1 and 2 above (but no more). It may need some refinement, it may have memory leaks. I'm...

I'm having a similar error and I don't know if it's the same problem or a different, related problem (or perhaps I'm doing something wrong), related to abstract classes and...

I was also having this issue with latest versions, and I was able to solve it with `validateOnBlue: false`.

So, this has been biting us for some time, but lately the problem has increased significantly and it is seriously impeding our workflow, because packages are silently failing to install....

[bump] Could I get some 👀 on this? Thanks!

> The changes looks fine to me but there's a bit that puzzles me. We are adding a new callback for the plugins to set when we have a uwsgi...

Oh, so you're talking about this line, which is already there? ``` uwsgi_hooks_run(uwsgi.hook_master_start, "master-start", 1); ``` I thought about that at first, but I couldn't figure out how to detect...