Ross Blair
Ross Blair
All rules describing valid filenames could also be moved into a single directory to help keep everything together.
I like it, fail towards a not true state since selectors need to evaluate to true to trigger for checks. With this could `in` be understood as syntactic sugar for...
Not sure where to put this, but annoying difference between python and js: ```python >>> bool([]) False ``` ```js > Boolean([]) true ```
I think going into checks is good. For nirs, sidecar rules that start to get complicated I've been putting in checks.
Well now I'm waffling because this could be written as a sidecar mutual exclusion style set of rules with the enumerated field. TIMTOWTDI * ask me tomorrow and I'll have...
Doesn't look like its implemented in current validator. My first inclination in JS is to use filter and length: `columns.type.filter((x) => x === "ACCEL").length === associations.nirs.ACCELChannelCount` But to implement a...
I'm done with my first pass at the schema rules. I still need to update the tables to use the new style macros and confirm that they look good. Maybe...
> to do --> nirs is currently not listed as a "datatype" under: > > https://bids-specification--802.org.readthedocs.build/en/802/02-common-principles.html#definitions Should be fixed as of [36202ca](https://github.com/bids-standard/bids-specification/pull/802/commits/36202ca00ef1b1866c65edd7109cff09139a7cb9)
I have started writing the schema objects and rules for bep 029 in a separate branch. https://github.com/rwblair/bids-specification/tree/schema/bep029 Wanted to post this here to prevent duplication of effort. Haven't even linted...
After #1426 the following circleci workflows still need to be migrated to github actions: - [ ] gh-pages_deployment - [ ] test_docker - [ ] githubPagesTest - [ ] pypi_precheck...