Alex Krupp
Alex Krupp
I noticed that this pull request reverts the previous "fix #55 LOGIN_URL" issue: https://github.com/Bouke/django-two-factor-auth/commit/e6a7ab9118b47c9ca9c4b23d7e2709a6b0518f69 I'm just trying to understand how it's still possible to have a different login url/view/template for...
Copying examples from the PDF worked fine on OS 10.9.1, but after upgrading to 10.9.2 I now get only the area 51 'alien' characters when I paste text copied from...
I'm creating an Http object with a cache like so: httplib2.Http(cache=cache) This fails when my API calls have long querystrings, because the max length of a memcached key is 250....
I have Django templates I would like to lint, but cannot because they incorporate Alpine.js events. The linter is throwing a parse error, because it doesn't support attributes starting with...
``` html = "google.com" nh3.clean(html, tags={'a'}, attributes={'a': {'href', 'rel'}}) ``` ``` pyo3_runtime.PanicException: assertion failed: self.tag_attributes.get("a").and_then(|a| a.get("rel")).is_none() ```