Ross Blair

Results 128 comments of Ross Blair

~~@nellh I couldn't figure out how to get it to go without using the openneuro shims, only needed two of them.~~ ~~As best I can figure in the bids-validator esbuild...

rwblair/bids-validator#3 An alternative idea that goes back to using dist/esm/index.js, and enabling esbuild's built in watch functionality on run web-dev, and then having the esbuild and vite dev run simultaneously...

Part of the problem is that the validator has a built in implicit ignore [list that includes all dot files](https://github.com/bids-standard/bids-validator/blob/f8dc8c75d0357a3964d4d82ad4ef57337e574b70/bids-validator/utils/files/readDir.js#L317), among other things. The is also an issue with how...

I've run the ACL fix script on the ds002837. Looking at my bash history it looks like I have run the script on this particular dataset before, and that the...

I see the pledge is under active development, and that a concern I had with the third point has been addressed already! I don't think we can commit to a...

I like `index_columns` as well. Only other constraint that I'd like to see is that any column used as an index must be a required column, I feel like that...

Some entries in rules.files.* have corresponding entries in objects (everything in common) and others don't (everything in raw and deriv). This is not a problem. What do we imagine happening...

Can't figure out the yamllint error. That line looks a lot like other checks with includes statements

Need to add tests. Expression testing examples could come from specification itself a la bids-standard/bids-specification#1274