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...
mirror.sjtu.edu.cn 真的很棒! 但是最近遇见了一个小问题,这个 url 会返回 301 跳转。 $ curl -i https://mirror.sjtu.edu.cn/pytorch-wheels/torch HTTP/2 301 alt-svc: h3=":443"; ma=2592000 cerberus-sec: DISABLED date: Fri, 10 Oct 2025 08:01:59 GMT location: https://download.pytorch.org/whl/torch via: 1.1 Caddy...
I run `examples/asyncio_echo/server.py` on Python 3.14, and I got this error: $ cd examples/asyncio_echo/ $ python server.py Traceback (most recent call last): File "~/thriftpy2/examples/asyncio_echo/server.py", line 24, in main() ~~~~^^ File...
I found it a little slow to install `thriftpy2` on Python 3.14. Would it be faster if `thriftpy2` provides a wheel package for Python 3.14? $ pip install thriftpy2 Collecting...