Chris Markiewicz

Results 2126 comments of Chris Markiewicz

This is a feature request for the validator to introspect the assertions that it's enforcing and show the variables that led to the failure. We would need something like `pytest`'s...

Whoever implements this gets to decide whether it makes more sense to modify the schema to allow hints to be specified there or to do introspection. Personally, I don't want...

We haven't yet released since adding in version information, so the version on deno.land still says `alpha`. deno.land only hosts tags, it's not just a copy of the repository. There's...

```console ❯ deno run --reload -A https://deno.land/x/[email protected]/bids-validator.ts --version bids-validator v1.14.8 ❯ deno run --reload -A https://raw.githubusercontent.com/bids-standard/bids-validator/v1.14.8/bids-validator/src/bids-validator.ts --version bids-validator v1.14.8 ❯ deno run --reload -A https://raw.githubusercontent.com/bids-standard/bids-validator/master/bids-validator/src/bids-validator.ts --version bids-validator master ``` That...

> Or call validation multiple times swapping out `required` entry in json schema between required_fields and recomended_fields and adjust severity accordingly. I vote for this approach. I think you only...

That's not currently possible. Is there prior art for things like this? I'd rather follow a convention, if one exists.

Well, it's worth thinking about this use case. Let's leave it open and see if people have ideas. I'll update the title a bit...

What kind of data are you looking at? Lots of tabular data?

I think this would need to be a configuration option. In general, hidden files/directories are okay, and disabling them by default would cause severe annoyance. From an OpenNeuro perspective, we...

This should be made into a test case, if it's a concern.