Maximilian Hils

Results 341 comments of Maximilian Hils

Ah yes, sorry - I forgot to specify version information: Python: 3.10.4 cryptography: 37.0.2 (precompiled wheels) pyOpenSSL: 22.0.0

One more interesting observation using a slightly modified repro: ```python for ctxs in [10, 20, 30, 40, 50, 60, 70, 80, 90, 80, 70, 60, 50, 40, 30, 20, 10]:...

It looks like you want to publicly expose your entire API on the top-level `arxiv` namespace, but you want to split up the code internally into different submodules ? In...

> If I understand correctly the 1005 (NO_STATUS_RCVD) should not be sent, but rather should be substituted if there is no status code (on received close frames). Yes. The current...

Awesome, thanks for getting back at this!

Ok, turns out my initial patching attempt was incomplete. This works and fixes the issue: ```diff diff --git a/click_completion/core.py b/click_completion/core.py index 867085e..4f83e48 100644 --- a/click_completion/core.py +++ b/click_completion/core.py @@ -188,12 +188,8...

I can't speak for @ffalcinelli, but I'd be happy to review PRs and possibly add new maintainers.

This seems to be due to changes in WinDivert 1.4: https://reqrypt.org/windivert-changelog.txt. The PyPI wheel bundles 1.3, so not sure how you are getting that. Are you installing from source?

Yes, that should certainly be part of the PyDivert README/docs. This seems to be an issue in the [WinDivert documentation](https://reqrypt.org/windivert-doc.html#uninstalling) as well: > To uninstall, simply delete the WinDivert.dll, WinDivert32.sys,...