-
The exercise **lens-person** has not been implemented yet for the Java track.
The description of the exercise can be found in the [problem specification repository](https://github.com/exercism/proble…
-
-
https://github.com/Kalebu/image-to-sound-python-/blob/master/app.py
-
Previously, I was using `brew leaves > .formula` and `brew install $(< .formulae )` as poor man's Brewfile.
That approach, however, had one benefit - transitive dependencies were not listed.
E.g. `b…
-
I was testing some new local llms when this error happened.
────────────────────────────────────────────── benchmark/exercism-python ───────────────────────────────────────────────
test-cases: 111
…
-
https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1786
-
We hit an error trying to sync the latest commit (23cc4f1bd3620b8fe2698a159382100013e3ad8b) to the website.
The error was:
```
unexpected character (after exercises.practice[0].status) at line 75, co…
-
-
If the student implements `decrement_items` as
```
for item in items:
inventory[item] = max(0, inventory.get(item, 0) - 1)
return inventory
```
then a given item will be a…
-
Was going through the Resources for the [Prolog](https://exercism.org/tracks/prolog) track since there was no learning track for it like in the [Python](https://exercism.org/tracks/python) and [JavaSc…