Doctor
Doctor
I think you need to install `bcrypt` extra here (`libpass[bcrypt]`), since I have removed built-in bcrypt backend because there's a well established implementation on pypi.
Latest versions of mypy and ruff only support python 3.8 and 3.7 respectively 🤔
> Comparing to novnc compatibility you mean ? Yes, currently latest release of websockify on pypi states it's compatible with 3.4 and on master branch it's 3.6. As for mypy...
Also it seems like only ~3% of downloads are for python 3.6 and 3.7 https://pypistats.org/packages/websockify
@ThinLinc-Zeijlon Sorry to ping you, but I'm not quite sure who maintains the repository right now, but I see that the last commit/release was made by you. Would you have...
@CendioOssman `ruff` should include majority of rules from flake8 and it's plugins, you can toggle the rules that you think would be useful: https://docs.astral.sh/ruff/rules/
> unfortunately i feel the same, and will not be stepping up my efforts. > > i have come to the conclusion that this style of programming simply does not...
@antonpirker I think to make these objects compatible with async (just to reduce nesting for now) they could call their sync counterparts, would that implementation suffice? 🤔
@isra17 This could be an issue, but it depends on your workload, since event is sent only when you exit the transaction, so it's not a big issue for low...
Hey, I'm not sure about taking over passlib on PyPI, but I've not been in contact with Eli besides on heptapod issues. How is passlib currently used in Gentoo? I've...