-
I tried out a couple of exercises on the Python track today, and noticed with the Raindrops exercise in particular that the tests were requiring me to implement the entire algorithm on the second fail…
-
first thanks, but I did all the exercises do you have another similar like these exercises??
-
Towards https://github.com/exercism/cairo/issues/113
Problem specification:
https://github.com/exercism/problem-specifications/tree/main/exercises/luhn
TODO:
- generate the exercise …
-
Hi, @glennj , @IsaacG
Tests pass fine on the local machine, but fail on the server.
➜ mazy-mice git:(bash) ✗ bats test-mazy-mice.bats
test-mazy-mice.bats
✓ the smallest square maze is perf…
-
The armstrong-numbers description of `There are no 2 digit Armstrong numbers` and the test data of `10` don't quite line up. The tests would happily pass if `11` was detected as an armstrong number ev…
srbry updated
5 years ago
-
Hi,
In the Rust track, there is an exercise called "Alphametics" which does take a long time to run if all the tests are being executed. On my computer it takes ~20 seconds, but it's not even the w…
-
This is feedback on the v3 roadmap (#690).
---
Hello,
I didn't know where to write this.
Would be possible to have all the python exercises including a pytest-bench or similar in order to have…
-
Problem specification:
https://github.com/exercism/problem-specifications/tree/main/exercises/sum-of-multiples
TODO:
- generate the exercise with `./bin/fetch-configlet && ./bin/configlet c…
-
After doing numerous JinJa2 template PRs and test file regeneration (_and getting caught by a nasty indentation bug_), it feels like we could benefit from setting up some linting rules and checks for …
-
### Expected behavior
The track should advertise automatic analysis only when the value of `status.representer` in the track `config.json` file is `true`.
### Actual behavior
The track advert…