Jacob Roberts

Results 17 issues of Jacob Roberts

## Description While developing a fix to #2587 I ran `make test` locally which in turn led me to find some warnings from the `ext` target ``` ~/Pr/O/dipy  issue-2587-thread-safety-tempdir...

type:Maintenance

Closes #1104 * Align on venv as virtual environment convention * Update makefile test target to re-use same script used in CI to orchestrate testing * Remove refererences to tox...

Closes #1106 Depends on #1105 (based off of that)... I forget in GH if there is a way to call out PRs as dependent / get a reduced diff (given...

Need a follow-up PR to clean up the remaining issues. I added these as ignores so that local flake8 passes. These were being covered up by the configuration of pep8speaks...

Following prior-art to [move to pytest](https://github.com/nipy/nibabel/pull/876), need to cleanup the Makefile so that it reflects a decent approximation of what will run in CI for developer convenience

Copied the examples directly, I get the following error: ```bash node_modules/rest-ts-express/dist/index.d.ts:14:11 - error TS2430: Interface 'TypedRequest' incorrectly extends interface 'Request'. Types of property 'query' are incompatible. Type 'ExtractRuntimeType' is not...

Tracking ticket to add support for Snyk (formerly Greenkeeper) so that we can keep dependencies up to date. I think this support would have caught the changes to @types/express and...

**VERY MUCH WIP, PUTTING THIS UP FOR CI** Please summarise the changes this pull request is making here. ## Checklist - [ ] Unit tests for the changes exist -...

## Change Summary This MR is the result of my local installation and having run the test suite now many times. It does a few things to help make local...