-
This issue describes how to implement the `unpacking` and `multiple assignment` **concept exercise** for the Python track.
The related **concept documents issue** can be found [here](https://github…
-
Meet the standards introduced by [2021-02-05 *airdrop*](https://github.com/exercism/forth/commits/main) of automatic `[v3]` commits.
- [x] Add version property to config.json
- [x] Add status to c…
-
Hi,
So I was interested in knowing more about the Python concepts in Exercism and found these curious folders with lots of TODOs in them :). I started working on the list comprehensions concept docu…
-
For exercise [Crypto Square](https://exercism.org/tracks/python/exercises/crypto-square) there is no test case for plaintext made up of just spaces and punctuation.
There are tests for normalized i…
-
It seems to me that the implementation of Gleam's `function.compose` function applies the functions in the opposite order of what is "conventional":
```gleam
pub fn compose(fun1: fn(a) -> b, fun2:…
-
As a maintainer, I would like to leverage a shared vocabulary for managing a track.
I believe we'll capture this somewhere but wanted to jot down this idea in case we don't.
## one example
@exer…
ghost updated
2 years ago
-
I'm listed at least twice in the list that I see:
- ajoshguy (my Exercism ID, which has all my mentoring rep)
- yyyc514 (my old GitHub, has some reputation)
My new GitHub [renamed] (which I've …
-
Follow-up from https://github.com/exercism/elixir/pull/1218#issuecomment-1285847533 and https://github.com/exercism/elixir/pull/1217#issuecomment-1285855493
Let's try to:
- Ensure that `CODEOWNE…
-
I started working on this exercise and noticed something fishy about the first test case: https://github.com/exercism/ruby/blob/66c5ebe6e30e740785de75fc5440588803a62a19/exercises/palindrome-products/p…
-
I've installed exercism via brew on my Mac and downloaded the hello world exercise. When I run the test it shows `collected 0 items` and `no tests ran in 0.00 s`. Can you help?
```
Troubleshooting…