Vincent Michel
Vincent Michel
Not happening in its current state.
Hi @MaxwellWibert, thanks for sharing your thoughts :) I agree with pretty much everything you say, there's no real point in sticking to functional purity in the context of a...
I'm very tempted to use the following fix: ```diff diff --git a/aioconsole/stream.py b/aioconsole/stream.py index 29d9827..43fbbcb 100644 --- a/aioconsole/stream.py +++ b/aioconsole/stream.py @@ -5,6 +5,7 @@ import sys import stat import weakref...
Fixed in #106, available in [v0.6.1](https://github.com/vxgmichel/aioconsole/releases/tag/v0.6.1) :tada:
> Could you rebase this on master? Sure, I allowed edits by maintainers :+1:
@wbond here you go, all your points should be addressed : [3758f73](https://github.com/wbond/asn1crypto/pull/241/commits/3758f739eb82bed6e41e6c0a52403041e6753530) :)
Thank you @wbond for fixing #268 And yes this is also a shameless ping for issue #228 :)
Note that the problem can be reproduced on linux by switching from libcrypto 3 to libcrypto 1 between signing and verifying. Consider those two programs, `sign.py` and `verify.py`: ```python #...
Thanks for the report @jeason1997 :) I couldn't replicate this bug, could you provide the `python-xlib` you're using (I'm currently testing with version `0.33`). Also, could you run this code:...
> Ubuntu 23.10, please let me know if you need something else tested :) Oh interesting, I admit I wasn't too motivated to install WSL but if you can reproduce...