-
I tried to install the latest versions available on php-build but without luck. I tried to install:
```
5.6.38
7.0.32
7.1.22
7.2.10
```
and they all come back with
```
-----------------
| B…
-
The Representer fails to parse this dataclass,
```python
from dataclasses import dataclass
@dataclass
class Point:
x: int
y: int
```
Here is the [traceback](https://github.com/ex…
-
Whilst looking into https://forum.exercism.org/t/solution-isnt-displayed-in-community-solutions/10071, I found that the representer crashes on this solution: https://exercism.org/tracks/python/exercis…
-
The table containing the grid from the [Saddle Points exercise](https://exercism.org/tracks/swift/exercises/saddle-points) has a formatting problem.
The current state looks like this:
It's m…
-
Slice是如何定義的,又該如何使用?Slice有哪些常用的方法?
-
Sometimes the API encounters an error and returns an error message in HTML format rather than JSON format. The CLI is unable to handle this, and the user gets a completely unhelpful error message:
`e…
-
I suggest to add addtional test case to 'Matching Brackets' exersize. Something like this:
```
def test_new_pair_at_the_end(self) -> None: …
-
Test 29 of the Forth exercise seems wrong. If I understand the test the right way the output should be [1,2,2] instead of [1,2,1].
-
**Description**
I am working on some exercises I found on a new site called exercism.io (only just started). My solution to the current problem works just fine (when I test it), but the test code t…
-
I request that the following data is removed from The Stack and StackOverflow:
- All
- Commits
- GitHub issue
- StackOverflow:
- achasveachas/Algorithms
- achasveachas/FlyLog
- achasv…