Travis Jensen

Results 7 issues of Travis Jensen

I've separated my coffeescript into their respective Django apps. As such, I have multiple test cases, one for each app. When I have one test case run, everything is fine,...

I would love to have the "donut" have two colors. Basically, one color below the percentage and another above. Think a fuel gauge that shows the empty part red and...

While I appreciate not needing to have a particular library (such as jquery) installed, for those of us who do, it is nice to have access to things like jQuery.ajax's...

future

Allowing HttpResponse objects allows ajax functions (or decorators) to implement better error handling (such as a 401 for Unauthorized), which follows the HTTP specification more closely. Make sure that the...

On July 11, 2013, edmacro-subseq was removed, breaking the ability to view diffs in the status buffer. According to the commit log, edmacro-subseq is a re-implementation of cl-lib's cl-subseq.

We have a code review process that is tightly tied into our git workflow. Right now, it is the primary reason I have to leave egg when interacting with my...

If I have some initial data in a fixture, when I use FastFixtureTestCase, I wind up with conflicting primary keys. It looks like somewhere the auto-increment for the primary key...

bug
needinfo