Matias Guijarro
Matias Guijarro
I had the same problem with `conda build`. After days of struggle, I switched to [boa](https://github.com/mamba-org/boa) : problem solved using the `conda mambabuild` command instead of `conda build`. Works like...
I don't think this should be closed, since it is not solved with conda itself.
Thanks for your comment @jgehrcke. My use case is a shell (based on ptpython if you know this tool), so users type commands and they can decide to interrupt commands...
So, gevent itself does not install a signal handler for SIGINT. Ok. Looking at gevent code I wonder how `Hub.handle_error` gets called ? What is the mechanism ? This calls...
Here is what I could find about signals handling (SIGINT in particular) and gevent, reading at Python and gevent code. I would be happy if someone could confirm all this...
Some news: it seems like all my problems vanished (🤞🏻 ) when doing the following: 1. executing the "eval" part of the shell in a separate greenlet, and waiting for...
I may need to do this (to pass a socket created in one hub to another hub in another thread), I would like to know if this comment is still...
The support of asyncio is becoming more and more a problem, with the proliferation of asyncio libraries out there. For example I would like full gevent support with [ptpython](https://github.com/prompt-toolkit/ptpython) ;...
@jamadden Hi Jason... Sorry to hail to you like this - I sent you a mail (to [email protected]) about this one, maybe it got lost somewhere. I send you my...
I make extensive use of PUB/SUB , it works perfectly - I am not even sure if redis can be configured to not suppor pub/sub. I vote for closing this...