David Wortham
David Wortham
I love the library and it has been very helpful for me. Recently, my implementation of `speakeasy.totp` failed a penetration test. I wrote [a writeup](https://gist.github.com/carbonphyber/ffa3bdb94d59ea8f8466e34178279db5) on my findings (with a...
Does anyone have insight into why this Parser unit test is erroring? ``` ====================================================================== FAIL: test__get_or_create_result_jurisdiction (test_parser.TestParser) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../clarify/tests/test_parser.py", line 72, in test__get_or_create_result_jurisdiction self.assertEqual(parser._result_jurisdictions,...
I find libraries that raising Exceptions early and often when users pass in invalid/unsupported much more pleasant to work with. I'm developing a partial rewrite of the `jurisdiction.py` constructor to...