Caleb Hattingh
Caleb Hattingh
I apologise for missing your question! I only saw it now. The basic design of autoslot is to scan the byte code of the `__init__` method of a class and...
My first thought would be that there should be no difference between the sync and async versions, since for both, the ssl context object wraps the underlying socket. However, I...
Also SSLv3 is regarded as insecure and I'm pretty sure it's disabled by default, at least in Python 3.6.
Hi @jberthier-ma, thanks for the contribution 😄 Would you be able to add tests? The other thing I was wondering was the difference in output for the query `__repr__`. Could...
When I was using Jetbains IDEs like PyCharm, they have a _Local History_ feature that works in a very similar way to dura. It saved me countless times! In these...
Hmmm, I think the syntax highlighting issue is fixed by https://github.com/tshirtman/vim-cython
#175 has been merged. I think either we should have a checklist of remaining query methods on this issue, or we create new separate enhancement issues for each of the...
Hi @imaurer, we don't have a set cadence of releases unfortunately. @wallies does our releases, I'm sure he'll get around to it within the next week or two.
The current workflow is I log into readthedocs on my own personal account and click "sync". I'm not happy with this, but I don't currently have enough permissions on this...
@fmassot I think either I need "write" access, or I can add you or another admin to the readthedocs site and you can generate the integration there. Long term that...