-
On version 1.0.2, getting some error nodes when parsing this bit of code (taken from https://exercism.org/tracks/unison/exercises/zebra-puzzle/solutions/runarorama):
```haskell
zebraPuzzle.eachHou…
-
https://github.com/exercism/red/commit/8160b4dcb922124f6ccee885baad8ea9eb217bbe seems to be sorting exercises by listed difficulty. However, this might be confusing to students because the website bin…
-
Hi there
I currently have fun working a bit through elixir again. Today's "Guessing Game" left me a bit unsatisfied.
I can complete the exercise either by following the advice of the exercise (h…
kronn updated
9 months ago
-
We hit an error trying to sync the latest commit (2793b1628a3a4af07444967ca35e61b742e8a14f) to the website.
The error was:
```
MySQL client is not connected
/opt/exercism/website/vendor/bundle/ruby/…
-
from exercism docs [initial exercises](https://exercism.org/docs/building/tracks/new/add-initial-exercises):
- [x] hello-world #4
- [x] leap #17
- [x] gigasecond #32 (dates)
- [x] isogram #12 …
-
Hello 🙂
Over the last few months we've been transferring all our CI from Travis to [GitHub Actions (GHA)](https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions). We've found…
-
After this [PR](https://github.com/exercism/java/pull/2732), I started checking the class names and messages we pass to the students.
And found a couple of class names that do not match the exercise …
-
Hi! I've been collaborating in the ``Java Exercism Track`` and recently when I use configlet I'm getting a message from windows defender that is detecting the execution as a threat. [More info](https:…
-
There are various concepts explained in Rust track, but they are not displayed on top page of the track.
On a concept page, when clicking on the 'Syllabus' link (https://exercism.org/tracks/rust/con…
-
I connect to TCP with AT+CIPSTART
And then I enter oassthrough mode with: AT+CIPMODE=1
I receive packets ok.
But
WhenI send a packet I get an error: ERROR (as if I am not in passthrough mode).
I …