Results 3 issues of Mark Thurman

On OSX 10.13.4 with python 2: ``` $ pip install systems Collecting systems Using cached https://files.pythonhosted.org/packages/9d/a5/ff64ceed64442d12f95d01fbdedd33d21025e187363c4d43dd121e13750e/systems-0.1.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "",...

I was running essentially `git-history file data/pipelines.db data/pipelines.json` and getting empty databases. Iterating over `commit.tree.blobs` only looks for files in the top level directory. Since my data was nested, I...

I swapped out some enums I was using for some flags. Especially in tests where I had to set up specific models, I was changing code like this: `model.update(enum_field: :enum_value)`...

enhancement