Stephen J. Fuhry
Stephen J. Fuhry
Resolves conflicts from #24
Not sure if you're open to dropping python 2 support, but I thought I'd test the waters! Nothing too exciting, just adding typing on the user-facing `zxcvbn()` function and in...
Hi @cgoldberg! Thought I'd stop by and offer some updates to the build. This includes: - Continued python 2.7 support - python 2.7 compatible typing - adds mypy in the...
Hello folks! It looks like IE blows up when you try to set `Element.type` directly as an input type that is unsupported (such as `"date"`). This change forces it to...
Please don't merge this yet. There is still one test that is not passing for a mysterious reason, and additionally this code still needs test cases of its own. I'm...
I need a way to check password complexity, including relevant information about the user (such as their first and last name). Currently ResetPasswordForm has no mechanism for doing this, since...
Support for python 3 in gevent appears imminent (see: https://github.com/surfly/gevent/issues/38) Might as well be ready when it comes.
Hope you find this PR useful! This also fixes a few faux-pas items that mypy found - duplicate imports (fixed by adding `__all__` to a module) - impossible-to-use params on...
One of the paid baby apps has a feature that estimates the "Next sleep" time. I found the feature quite useful, but the paid version is unreasonably expensive, so I...