Elephant Liu
Elephant Liu
I found the socket is not closed correctly after `asyncio.wait_for` timeout. So add `writer.close()` in `TimeoutError` exception.
开了 warning 以后,key 会报个 warning: ~/olo/olo/key.py:7: DeprecationWarning: object.__init__() takes no parameters super(Key, self).__init__(*args, **kwargs)
I meet an error on Python 3.12. Add 3.12 to see if I can reproduce it in test.
I am using `flask-nav==0.6` on Python 3.10.4 and meet this error: File "/usr/local/lib/python3.10/site-packages/flask_nav/__init__.py", line 49, in class ElementRegistry(collections.MutableMapping): AttributeError: module 'collections' has no attribute 'MutableMapping'
$ abi3audit --verbose dist/*.whl greenify-0.4.1-cp37-abi3-linux_x86_64.whl: greenify.cpython-38-x86_64-linux-gnu.so has non-ABI3 symbols ┏━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Symbol ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ _Py_CheckRecursionLimit │ │ Py_OptimizeFlag │ └─────────────────────────┘ greenify-0.4.1-cp37-abi3-linux_x86_64.whl: 1 extensions scanned; 0 ABI version mismatches and...
The texts in popup menu are not translated correctly. The gettext function should be placed together with the original text, or it will not be detected by `./genpot.sh`. I think...