-
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._
The [configlet tool](https://github.com/exercism/can…
-
This issue describes desired additions and improvements to the `functools` module **concept docs.**.
The related **concept exercise** issue and specs can be found [here](https://github.com/exercism/p…
-
## Error in v3
**ActionView::Template::Error** in **tracks/build#show**
undefined method `solution_counts' for nil:NilClass
[View on Bugsnag](https://app.bugsnag.com/exercism/v3/errors/654a44b7b11ad…
-
## Error in v3
**ActionView::Template::Error** in **tracks/build#show**
undefined method `maintainer?' for nil:NilClass
[View on Bugsnag](https://app.bugsnag.com/exercism/v3/errors/654a44978364d3000…
-
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._
In Exercism v3, each track must specify exactly six …
-
after using instruction:
```
> exercism download --exercise=hello-world --track=typescript
> cd .\exercism\typescript\hello-world\
> yarn install
> yarn test
```
I have this error:
```
Type E…
-
Please, consider the possibility to allow debug print during Rst tests.
-
Hey,
I'm currently using OCaml 5 on my linux laptop and running make was failing because `ppx_deriving` was not installed.
So I did installed it with `opam install ppx_deriving`, problem solved…
-
Due to a [bug in the Java test runner](https://github.com/exercism/java-test-runner/issues/69) the current tests for the `rest-api` exercise fail to run on Exercism.
Since this bug is not easily fix…
-
I was just trying to solve the "Darts" exercise. The hints include the correct formula to get the distance from origin to any given coordinate on a plane, but the provided workaround for the lack of a…