Gregory Kuhn

Results 8 comments of Gregory Kuhn

Hi @AlexisFinn, One possible solution would be such an algorithm: 1. When invoking CtrlP, it could walk up the directory structure in search of parent directories containing a .git in...

Hi @Hadatko, No problem. I was just curious. Indeed, `TCPTransport::open` looks like it is required to be rerun but note that it does call `m_serverThread.start(this);` which creates a new thread...

Of course, that is no problem at all. I could be a while with it as I have to develop it first.

Here's a link to a branch implementing a tcp server without threading. Before adding it as a pull request, tell me what you think: https://github.com/mentaal/erpc/tree/tcp_no_threading

@vxgmichel Out of curiosity, how did you determine that there are two extra non-python threads still running? As a more general question (or perhaps we should leave this for SO)...

Hi Lukasa. Thanks for the very prompt response. Ok so you may have to dumb this down a little for me. Basically I am trying to download a file over...

Ok guys thanks for the feedback here. Lukasa, I'll try what you suggested. Sigmavirus24, that's a good point alright. I saw that as well but I was just hack and...

Ah I see, it's just because there isn't a Python 3.10 wheel on pypi