Alexander Jones
Alexander Jones
The SI unit "hertz" should be uncountable, but currently `plural('hertz')` returns "hertzs".
See the release notes at https://github.com/hed-standard/hed-javascript/releases/tag/v3.13.4. The main feature in this release is validating TSV files in a way that respects their `onset` column (merging rows with the same onset...
I'm currently trying to add support for HED validation in `participants.tsv` files, and I'm running into an issue getting the participant data passed to HED. First of all, it seems...
Queries like `//node[@extension='true']` do not seem to recurse. For example, with the XML ```xml First Inner Second ``` the above query only returns the `Second` node, when it should also...
This package does not support syntax like `//node[@extension]`, which should check for `node` elements with the `extension` attribute present (with any value).
The checksum path in the README (https://raw.githubusercontent.com/denoland/deno_install/main/SHA256SUM) needs to be updated to https://raw.githubusercontent.com/denoland/deno_install/refs/heads/master/SHA256SUM due to changes in the GitHub blob interface and branch name.
The resolution of "node:" packages was clearly inverted (anything with a namespace would not be in the `BUILTIN_NODE_MODULES` set, and prepending a namespace is similarly useless in searching the set)....