ifduyue
ifduyue
> 通知提示音自己可以去系统偏好设置里去关的呀 选项是关掉通知,可以有静音的通知吗?
what if the last request failed
A guess: application or some dependent packages are sending http requests to itself synchronously
Better to run long running jobs outside of the web server
Hello @mohammadhzp , right now xxhash object isn't pickable. I agree with you it's necessary to provide save/load APIs for xxhash state
OK, I'll try to add this feature in my spare time.
@Erotemic glad you can help, welcome! At the python side, we need to implement `__getstate__` and `__setstate__`, see https://docs.python.org/3/library/pickle.html#pickle-inst . At the xxHash side, we need to convert `xxh*_state_t` from/to...
it seems reasonable to me. > Hmm, so I think this is short-term doable without a public API provide by xxHash, but that means any xxHash implementation change might break...
Can't see what's the cause from these output. Maybe it's the newly introduced pyproject.toml, could you try below and see if it's solved? - manually create xxhash/version.py with content ```python3...
@yoe I think the problem is setuptools_scm. Building python-xxhash requires setuptools_scm to generate `xxhash/version.py`