Results 31 comments of Charlie DeTar

The problem isn't limited to accidentally importing the same identifier twice. I ran into an issue with something much more innocuous looking with `datetime.datetime`: This works: ```python from datetime.timezone import...

Just another note on an unintended impact of colorama as a dependency here: Django calls `colorama.init()` [on module load](https://github.com/django/django/blob/aa3cb3f37265be37d892e2b391ff023e9caee2a4/django/core/management/color.py#L12-L14) if it is installed. This causes `sys.stdout` to be replaced with...

This appears to be the same bug, still happening with factory-boy 3.2.1. If a factory defines a subfactory, and a trait is defined which uses double-underscores to set an attribute...

I have a debian 0.9.8o-4squeeze14 server that is reporting as vulnerable, both with the command line and the hosted service. That OpenSSL version /should/ be safe according to http://heartbleed.com. Either...

@FiloSottile You have a private channel I can send to you?

OK, figured it out: a backported mod-spdy was pulling in a newer version of OpenSSL that was vulnerable.

Just FYI for anyone who isn't clear (it wasn't to me, I just spent some time beating my head on this): `mquandalle:bower` does not currently support loading bower components specified...

50% of the way there. The rest is converting to png, and preserving attribution. I should try using scraperwiki next time I do one of these.

The nounscraper's website has been redesigned many times since this scraper was written, and won't work anymore pretty much at all. I should indicate such on the README.

Indeed; I can reproduce that -- viewing, editing fine; saving not. GEOS is throwing: ``` GEOS_ERROR: IllegalArgumentException: Invalid number of points in LinearRing found 3 - must be 0 or...