Ross Blair
Ross Blair
Regardless of if the validator is run via browser or node we create a dictionary with all the files as keys in the `fileArrayToObject` function in `utils/files/readDir.js`. Filenames could be...
In current validator fails with a console.log: ``` Failed to read '.bidsignore' file with the following error: TypeError: file.text is not a function ``` Since bids ignore is outside the...
After chat with @effigies, context.columns could become a union type with TSVs still using the old ColumnMap type, and parquets using whatever representation we choose for them. In applyRules validation...
@tsalo There isn't a comprehensive list in the specification. I just added the one I saw in examples. Where should a template for these live? (what all extensions/modalities/etc should be...
List of all extensions: https://www.nitrc.org/forum/attachment.php?attachid=342&group_id=454&forum_id=1955
https://github.com/bids-standard/bids-validator/pull/1547#discussion_r1093678313
https://github.com/bids-standard/bids-validator/pull/1547#discussion_r1093670215
Should be. It's published it on npm. Don't have time at the moment ~~but I'll make a PR for the validator to try and use it next week.~~
So we recommend both SI and the stricter CMIXF. But neither are required. But what is required is to have a units entry in a sidecar if the units are...
Current schemacode_ci failures are from `description` not being a valid field for columns definitions in src/metaschema.json. I have this fixed on my local branch, but it is not mutually exclusive...