Gregory Kuhn

Results 9 issues of Gregory Kuhn

Hi there, the python_3 branch does not appear to be fully compatible with python 3. Below is a on the python_3 branch ``` Traceback (most recent call last): File "web.py",...

Hi All, When using git submodules, is it possible to tell ctrlp to use the top most .git to indicate the project root? I find it frustrating when I'm in...

I can run this without issue: ```bat sphinx-apidoc -f --implicit-namespaces --no-toc --ext-todo --ext-intersphinx --ext-viewcode -o source/apidoc ``` without issue However when I run the same with better-apidoc like this: ```bat...

This is a great resource and I thoroughly enjoyed reading it (a few times now actually). I have no idea of how much hassle it is to setup but have...

Hi, I see that in `tcp_transport.cpp`, if the connection is closed by the client, TCPTransport::close() brings down the server thread by setting `m_runServer = false;` Please correct me if I'm...

I have a question raised here on SO: http://stackoverflow.com/questions/38767067/python-program-not-exiting-on-exception-using-aiozmq which another user could reproduce. Basically I am using rpc.connect_rpc with a timeout value. Once the timeout has exceeded, an exception...

Hi there, I tried using your library and I am also trying to use your library within a different github project https://github.com/Crypt0s/python-webdav I get the following error: File "/python-webdav/requests-ntlm/requests_ntlm/requests_ntlm.py", line...

In the case of when the user is using `force-flaky`, it would be useful to be able to provide a filter function as well that can be used globally. I...

Hi there. When trying to install pynng in a virtual environment, I get this output: ``` (pynng) @ c:\Users\gkuhn\python_envs $ pip install pynng Collecting pynng Using cached pynng-0.7.1.tar.gz (3.8 MB)...