Ross Blair

Results 107 comments of Ross Blair

Forgot about this, ignored files are treated differently in node and in the browser. In node ignored files are never pushed to the fileList where as browser files get an...

Is that redundant with this being run before it?: https://github.com/bids-standard/bids-validator/blob/a755f65740fab23648415701c8f07d9633fca525/bids-validator/utils/summary/collectSummary.js#L24-L29

I'll make a new PR to have node treat ignored files the same as browser, and fix the modality blacklist check.

http://blog.namangoel.com/replacing-eval-with-a-web-worker https://stackoverflow.com/questions/69276975/deno-classic-workers-are-not-supported

Proof of concept: ``` export function evalCheck(toExec: string, context: any): void{ let code = ` self.onmessage = (e) => { Object.keys(e.data).map((key) => { globalThis[key] = e.data[key] }); try { let...

Wow way better. That proxy/with combination is something else.

`--no-color` is respected by the colors library when passed to the validator. Tested calling `colors.disable()` in bids-validator/cli.js and that seemed to work, I can add a check for NO_COLOR there...

Strange I was able to generate the code by modifying either the last value in an events file, or by making the TR in json file very big. Here's the...

Sorry, I misread the original post. Just downloaded that MoAEpilot dataset and received this error when I modified the TR in the task json: ``` 1: [ERR] Repetition time did...