Charles C.
Charles C.
https://github.com/eventlet/eventlet/issues/371 I did find this, but unfortunately it doesn't appear the "fix" downgrade is compatible `Successfully installed dnspython-1.16.0` ``` nameko run check --config nameko.yml starting services: check_service Connected to amqp://user:**@127.0.0.1:5672//...
I tried moving the request itself into a dependency provider but it seems it runs in the same context and there is no difference in result ``` import requests from...
This honestly seems to be a widespread issue with a half dozen resolutions for different people with different libraries and frameworks. It just feels hopeless right now
> The folks over at gevent have [an issue](https://github.com/gevent/gevent/issues/1016#issuecomment-328529454) that helped me find the problem here, I think. > > The issue stems from modules being imported before the monkey...
imho I enjoy the way Rancher dockerized. Internally the docker image has everything it would require to run as a "standalone", including database and any messaging layers etc. However using...
My guess is there is no resolution, they have no interest. The way this has been handled (or lack thereof) does not make me hopeful.
Experiencing the same as well with Pylance with the general example ``` Arguments missing for parameters "instance", "args", "kwargs"Pylance[reportGeneralTypeIssues](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportGeneralTypeIssues) (function) def debug_stats( wrapped: (...) -> Any, instance: Any, args: Any,...
@benoitc type hinting is a massive boon to any project, especially an open source library. It removes a lot of implementation confusion, is supported as a pop up in many...
sorry I hadn't gotten back to this again yet - will do some testing at some point and open a new issue if I have more problems
The biggest issue right now is basically being unable to use goxel on a laptop with a buttonless touch pad - blender style navigation has emulation with alt/ctl/shift keys to...