-
This issue breaks with the convention of a single issue per exercise because of the interrelatedness of these three exercises and the problem they intend to solve. They still need three patches, but i…
-
-
Type: Bug
# Behaviour
here is full folder layout:
├─grains
│ |─__pycache__
│ |─grains_test.py
│ └─grains.py
![image](https://user-images.githubusercontent.com/41148275/230704023-32eea8…
-
For a PR that makes a trivial change to a large number of exercises, but is guaranteed to never change the pass/fail status of a previously submitted solution, a track may want to opt-out of re-runnin…
-
As you can see from the Python track in my Iteration #2 of the Space Age exercise, even though the solution was correct it has not been accepted.
Apparently the version of Python you are using is ha…
-
Hello
https://exercism.org/tracks/python/exercises/hello-world/iterations?idx=1 is stuck in "Processing" status
-
Recently I saw the proposed solution to the Triangle exercise and there are few things I am not sure about.
First, the implementation of `is_valid`.
```
def is_valid(sides):
if not sides[0]:
…
-
This is my solution.
```cpp
#if !defined(CLOCK_H)
#define CLOCK_H
#include
namespace date_independent {
class clock {
public:
clock(int hour, int minute);
static cl…
-
Hi,
this is my first issue, so be easy on me, if I make any formal mistake.
I successfully submitted my solution to binary search. However I came across a strange behaviour in my own dev environme…
-
In #548 we discussed a new exercise which is equivalent to the current `hello-world` exercise (which conditionally provides a name, or defaults to "world") in the string "hello, %s".
The conclusion…