-
## Error in v3
**ActiveRecord::ConnectionNotEstablished** in **spi/tooling_jobs#update**
Too many connections
[View on Bugsnag](https://app.bugsnag.com/exercism/v3/errors/638f487fe169bf0008ac3bae?ev…
-
We are largely "safe", now that we've stopped using [astor](https://github.com/berkerpeksag/astor), but we should for completeness add additional smoke tests for features such as:
- [x] [walrus ope…
-
**Problem 1**: double quotes within expression leading to incorrect evaluation
An fstring such as `f"{sentence.split(" ")[index].strip(".!? ")}en"` is correct because `split(" ")` is within the fst…
-
Go 1.18 is a very anticipated release of the language due to the inclusion of generics, among other things. We should update the tooling of the Go track to support solutions using Go 1.18.
This is …
-
Overall documentation for building an Exercism track lives at https://exercism.org/docs/building/tracks/new
This issue helps keep track of the tasks you're working on towards launching this track.
T…
-
## Error in v3
**ActiveModel::RangeError** in **spi/tooling_jobs#update**
32816 is out of range for ActiveModel::Type::Integer with limit 2 bytes
[View on Bugsnag](https://app.bugsnag.com/exercism/v…
-
This issue is to collect ideas for additional normalizations that the representer could make so that more student solutions would get a matching representer comment in the future.
Some things to ke…
-
## Error in v3
**ArgumentError** in **spi/tooling_jobs#update**
malformed format string - %C
[View on Bugsnag](https://app.bugsnag.com/exercism/v3/errors/60d5b880cf450f00071ed26f?event_id=60d5b88000…
-
Aliases and imports usually refer to external functions so names should be handled accordingly
## Example input
```elixir
defmodule A do
import B, only: [b_function: 1]
import C, except:…
-
Hello,
I would like feature to download code in community solution.
I use screen reader and when I found interesting solution to study, I need to copy manually the whole code. It would be nice to …