-
I'm working through the Python language track right now, and have noticed that, especially for the first few exercises, people tend to make the same coding mistakes in the beginning (e.g. submitting `…
-
There are exercises that are not yet implemented in Python track (the full list of them - https://github.com/exercism/python/issues/417#issuecomment-334841778).
You can help us change this situation b…
-
Would it be better if fellow learners get to help approving solutions too instead of relying on a handful of mentors reading through all the submissions? My progress is currently stalled because I am …
-
- [ x] have a problem with `brew install` (or `upgrade`, `reinstall`) a single, official formula (not cask)?
To help us debug your issue please explain:
- What you were trying to do (and wh…
-
I think there's too many "required" questions on the Go track - about 18. Some like `Difference of Squares` and `Twelve Days` could be skipped. Not all who come to Exercism will be beginners - what ab…
-
scons: Reading SConscript files ...
File "/private/tmp/subversion18--serf-20181002-42200-zwqvgw/serf-1.3.8/SConstruct", line 180
print 'Unknown variables:', ', '.join(unknown.keys())
…
-
After upgrading to the new version of exercism, I found I had to reconfigure a few things:
My cli token was not configured so i ran this in terminal:
$ exercism configure -t (found in settings…
-
In preparation for the next release of Configlet, which contains an upgrade command and a new set of enhanced lint checks, we need to create PRs for each of the tracks that have unlocked_by violations…
-
Right now, we are not leveraging topics in the `config.json` file, so it would be worthwhile to have a discussion about adding topics for each exercise.
Topics listed [here](https://github.com/exer…
-
### From the [DESCRIPTION](https://github.com/exercism/problem-specifications/blob/master/exercises/simple-cipher/description.md)
> If someone doesn't submit a key at all, generate a truly random key…