Norbert Melzer

Results 106 issues of Norbert Melzer

A README which explained how to use or install the themes would be nice…

Today in the gitter there was a student who already used exercism CLI 2.x and came back after more than a year of pausing. The student tried to use the...

In the `forth` specification there is a single test for the `evaluateBoth` property. The remaining tests are for the `evaluate` property. https://github.com/exercism/problem-specifications/blob/main/exercises/forth/canonical-data.json#L510 This confused the erlang test generator recently, as...

In some languages we are able to define functions with the same name and different aritys. Those languages will automatically treat `hello()` different to `hello("")`. Other languages do not have...

The exercise `rest-api` has a comment in it that asks to pass in the test data as string, such that an implementation of the solution has to parse and validate...

discussion

Today I had to manually assign reviewers to a PR, so I checked if that entry is missing in the `CODEOWNERS` file. Its not. Therefore I checked more PRs: *...