G. Ryan Sablosky

Results 2 issues of G. Ryan Sablosky

This corrects the regex used by the pw_hash function for bcrypt-type hashes. The first two characters are interpreted as a strength parameter by bcrypt, and must take a value between...

community

Hello, I ran into a string encoding problem with a Python package that uses lxml. ``` Traceback (most recent call last): [...irrelevant bits snipped...] File "/boot/home/.venv/nikola/non-packaged/lib/python3.10/site-packages/lxml/html/__init__.py", line 806, in fragment_fromstring...