Timothy Allen

Results 78 comments of Timothy Allen

Over the course of this PR, the single test failure that is shown passed and failed intermittently. Any advice on whether this is something to do with my PR, or...

Thanks for letting me know @felixxm - I missed that ticket. Good to know, because that's the behavior I observed.

Thanks for the feedback, @apollo13. Unfortunately, that somewhat defeats the intent; when teaching newcomers, having a static path that will be exactly the same is the largest benefit from my...

I have tried to approach this from the perspective of making things straightforward for the newcomer, under the assumption that once someone has gotten some experience with Django and Python,...

I want to talk to @Miserlou before we publish to PyPI, but for now, can you: `pip install git+https://github.com/Miserlou/NoDB.git@4616921`

I don't have access to push this to PyPI, but for now, you can: `pip install git+https://github.com/Miserlou/NoDB.git@4616921` You can also add this to your requirements file: `git+https://github.com/Miserlou/NoDB.git@4616921`

This is because the version in the package includes a `.final` appended so it doesn't match the string of the version number. Is this assertion check of the version being...

To follow up, I haven't had a chance to run the test suite against our setup (as you saw in my other post, heh), but I did find this on...

@DataGreed @the-jasoney @davidpanderson @folkertvanheusden I've forked and made upgrades to the package here: https://github.com/FlipperPA/midi-writer I'm going to publish it to PyPI as `midi-writer` once I do a bit more cleanup....

Just FYI, I haven't forgotten this. This got us part of the way there, but we're working on a solution which may help others. We're working on protecting a single...