Nell Hardcastle

Results 77 issues of Nell Hardcastle

All the necessary changes to implement a Deno based validator that is schema driven. See https://github.com/bids-standard/bids-validator/issues?q=is%3Aissue+is%3Aopen+schema+label%3Aschema tag for in-progress work.

Add equivalent .bidsignore parsing to the schema based prototype branch.

schema

The original filename might contain identifiable information if NIfTI files are compressed prior to being renamed. We should detect this and raise a warning if the header doesn't match the...

enhancement
effort: low
impact: medium

Thinking about approaches for improving the accessibility of the validator for Python projects, I took a quick look at how feasible it would be to add Python bindings to the...

enhancement

To help with pseudo-terminal setups like MATLAB that advertise color support but don't actually understand the escape sequences. See #1262 and https://github.com/sccn/bids-matlab-tools/issues/72 The colors library we're using for this causes...

Separating any Node specific APIs from the main package would make the core of the validator more portable between environments and make it clear where Node APIs could be called....

enhancement
PET

This is an issue for some users of OpenNeuro because they don't have a complete list of empty files to fix, given the validator reporting only one affected file at...

The validator should ignore the UTF-8 BOM at the start of JSON files to avoid crashing on parsing. Looks like this affects any JSON file but the specific case found...

It would be good to get some version coverage for Node.js, at the moment there are some slight differences on Node 12. This does not seem to affect validation results...

enhancement
effort: low
impact: low

This is most apparent on production where loading the users list takes a few seconds. We should add a loading indicator since the "no results" message is confusing.

bug
UI/UX