Rüdiger Herrmann

Results 44 issues of Rüdiger Herrmann

The test utilities might be useful for maven users as well.

enhancement

**Describe the Bug** According to the _[Strict Equality Comparison Algorithm](https://262.ecma-international.org/6.0/#sec-strict-equality-comparison)_ of the Javascript standard, -0 and +0 are considered equal. Assuming that `assertStrictEquals` is meant to assert equality in the...

bug
good first issue
needs triage

The instructions given in the [README](https://github.com/h-o-t/nocuous#installing-the-cli) to install the CLI don't work. ``` error: Unable to load 'https://deno.land/x/nocuous/import_map.json' import map Caused by: Import 'https://deno.land/x/[email protected]/import_map.json' failed, not found. ``` It seems...