Jeremy Banks
Jeremy Banks
I noticed Firefox returning a `duration` of NaN without the headers and some Googling backs this up, but now I can't seem to replicate the issue again. Nevertheless, I'm going...
I've been trying some stuff, and I'm leaning towards an approach based on the Executors and Futures in [Python 3's `concurrent.futures` module](https://docs.python.org/3.4/library/concurrent.futures.html) (using the backported version available on PyPi). I'm...
It seems to get better and worse over time. I've gone more than a day without hitting it, then hit it almost constantly for a while, then had it go...
It doesn't look like there's any _specific_ way of indicating dev dependencies as with Node, so a `[dev]` extra as implemented in fc8d339 seems like the appropriate approach. It might...
_(Although if we_ did _want to go down that road, I think it might just take something like this ([docs](http://docs.travis-ci.com/user/build-configuration/#The-Build-Matrix)):)_ ``` yaml matrix: include: - install: 'pip install .' -...
The build of fc8d339 [failed on Travis](https://travis-ci.org/jeremybanks/ChatExchange/builds/24112060). I am guessing there might be an issue with using extras with a non-editable installation of a local path: ##### (from .travis.yml, doesn't...
I've filed a ticket about this behaviour at https://github.com/pypa/pip/issues/1780, which should clear up whether this is a bug or expected.
We currently parse sub-slides into distinct events occurring after the master slide. This is fine when the events are used internally, but we might not want to directly expose this...
Even if the sub-slides don't get a distinct event on the timeline, they'll require distinct events internally to trigger their hiding and showing. --- The parent event's options will require...
Marco says he'll add that to his list, but that it will be part of his work on modifying the way text is exported, which isn't going to be until...