Adam Stein

Results 4 issues of Adam Stein

1. The README says that if EMAIL_CONFIRM_LA_DOMAIN isn't set, Site.objects.get_current().domain will be used. Code didn't actually do that. EMAIL_CONFIRM_LA_DOMAIN was hardcoded to 'example.com'. Updated to actually use Site.objects.get_current().domain as the...

Whereas reverse() removed the specified attribute, uncurse() will restore the previous value (assuming there was one). If the attribute is new (rather than overwritten), it is simply deleted just as...

There are PDF files where an embedded font is so large that zlib runs out of default-sized buffer space when decompressing. The zlib module does have a way to not...

Found an issue when upgrading from pdfquery 0.2.7 to 0.4.3. Looks like starting in 0.3.0, support for annotations was added. This is what appears to be happening. In the _add_annots()...