Hunter Goram

Results 2 issues of Hunter Goram

### Questions 1. Are top and resource level checks necessary for this feature? 2. Is the error aggregation methodology correct i.e. we aggregate all of the first errors encountered for...

Root Makefile contains defuct targets including but not limited to: ``` install: python3 -m venv . . bin/activate && pip install -r requirements-dev.txt ``` This functionality seems to have been...