Gareth Davidson

Results 27 issues of Gareth Davidson

This no longer builds. Probably due to being explicit about app versions and those no longer being available.

Although sqlite supports multiple concurrent readers, SQLAlchemy tries to write to the locked database: ```Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/sqlalchemy/engine/base.py", line 1182, in _execute_context context) File "/usr/local/lib/python3.5/dist-packages/sqlalchemy/engine/default.py", line 462,...

The license for the project is incorrect on pypi.org - it's listed as GPLv3. I had a panic attack when `liccheck` told me that I had a GPL violation in...

Some pedantry changes that I didn't want on the other branch: * Remove execute bit from everything without a `#!`, and fix the one file that had a broken shebang...

1. Increase the number of digits for frames so they sort easily 2. Process frames in alphanumeric order, rather than arbitrary order decided by the filesystem. 3. Add a "restart"...

The final step combines the download, extract, colourize and combine stages. This means that if you run out of time on Colab you lose everything. You can't easily hack the...

Apple's binutils ld ships with the default of `-undefined,error` so it will error on link, as the `download_in_progress` symbol is stripped from the binary. Also, it uses -install_name rather than...

Added a `.gitignore` file so it's not all messy on the command line after creating the environment Also made the bash scripts executable.

Not being able to read the docs in the console was bugging me, so I've added `--prose-wrap=always` to the precommit config. Makes the readme's readable in less, easier to grep,...

``` As a developer I want local setup automated So I can start hacking with minimal effort ```

needs discussion