Ben Darnell

Results 220 comments of Ben Darnell

I think `is_wrapped` is too specific in light of #104 - in the future colorama might recognize that the terminal supports color without wrapping anything. What we want is basically...

It worked for me in commit https://github.com/bdarnell/django-tornado-demo/commit/62b7f572e31353545f834b8dd0eba00f9607e1c9 What problems are you seeing? Other than briefly updating and testing this demo with django 1.6 I haven't touched django in years, so...

Yeah, maybe. Dealing with platform-specific caching directories might be easier than dealing with long-term use of /tmp/.

My feeling is that this is an important enough security issue that it should be pushed out quickly even if it breaks some things, instead of a months-long deprecation process....

Yeah, it's been the case for so long that a few more weeks won't hurt. (Do most battleschool users update frequently enough that they'd notice a deprecation period of a...

LGTM > Exception: When a column's default is set to an INT8-returning function, e.g. unique_rowid(), it should be an INT8. When this rule is invoked we should emit a warning.

I think it is a major sticking point - java and javascript are both sensitive to integer sizes, and session variables are awkward to use in many client drivers. I'm...

> Could we leave the cluster default at int8 if it's an existing cluster, but default to int4 for new clusters? i.e. treat it as a cluster setting rather than...

The docs are hosted by readthedocs.org, so this is up to them. I already have the "always use HTTPS" box checked, but it doesn't seem to be working.

Your code looks fine to me. It's not quite the same behavior but I wonder if this could be related to #3131 (different versions of everything, though). Try enabling asyncio's...