Ross Blair

Results 128 comments of Ross Blair

I waffled on merging it because of the tests were failing for an unrelated reason. I'll cut a new release soon.

- `?:` starts a non-capturing group, which for how we use regex right now may not be necessary - the `?` at the end of the capture group parentheses is...

vite 2.8 vs vite 2.3.1 in openneuro, could be. The tsconfigs between ON and validator are slightly different so not sure if that affects it.

I'm replicating those locally outside of docker, not sure whats up.

Right now the two packages throwing esbuild errors for me are nifti-js and jshint. nifti-js is from an unused require('assert') and jshint has the same import, but assert is being...

To get the esbuild to work I cloned [nifti-js](https://github.com/rwblair/nifti-js) and removed the unused blocking import. Keeping it at my rwblair account is no good, should I push a copy to...

scijs/nifti-js/pull/4 We'll see if it gets a response.

nifti-header-js uses different names for header fields than the spec and nifti-js so that caused a bit of silliness (pixDims vs pixdim and dims vs dim). I should of just...

Unfortunately something like this won't work since it doesn't kill the old dev instance: https://www.npmjs.com/package/npm-watch Vites watch can't obviously kick off the validator rebuild as far as I can tell....