Christopher Frederickson
Christopher Frederickson
When attempting to merge a branch, I get the error message `Error: Cannot read property of 'oBaseGuids' of null` shown below.  The closest issues that I can find are...
This issue is for the discussion on startBit, endBit, and bits as it keeps coming up. The key questions to answer are: 1) Should the ordering of startBit and endBit...
This adds an initial version of the Sphinx documentation for the project. It is split into: - **development**: For development standards, style guides, notes, roadmap, etc. - **specification**: For the...
[Python black](https://github.com/ambv/black) is a great tool to auto-format python source. We should enforce that all code is blackened to avoid spending time thinking about formatting.