-
@grzegorz-bielski You have qualified to be a maintainer here. Thank you for your hard work! Would you like to join?
iHiD updated
2 months ago
-
Here are some exercises I'd like to port in the near future, having done so on other tracks.
- [ ] all-your-base
- [ ] bank-account
- [ ] etl
- [ ] high-scores
- [ ] isogram
- [ ] list-ops
- …
-
Implement ability to update index (properties and status) of working indexer, add `update_index` to DipDupContext and control API endpoint.
New `IndexStatus` members:
- disabled - by user
- compl…
-
[Game trees](https://en.wikipedia.org/wiki/Game_tree) are trees that describe the possible choices in a turn-based game. The leaves are final states where either player has won, and each step up the t…
-
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._
There are several new features in Exercism v3 for tr…
-
Right now the track uses Elm syntax highlighting. It would be great to have Roc specific highlighting at some point.
-
Hi
1. It's not clear that `Product` should be a struct with `Factorizations` field until you get a failed test.
2. It's not clear that the error should contain a specific substring: "fmin > fmax"
…
zjor updated
3 months ago
-
Official docs:
https://book.cairo-lang.org/ch02-05-control-flow.html
https://book.cairo-lang.org/ch06-03-concise-control-flow-with-if-let-and-while-let.html
The idea is to have a short and to-th…
-
### Which components does the task require to be changed? (think hard pls)
snforge
### Description
When calling `snforge init ` there is a `.gitignore` file created, that states what files sh…
-
```
def test_generate_all_robots
all_names_count = 26 * 26 * 1000
time_limit = Time.now + 60 # seconds
seen_names = Hash.new(0)
robots = []
while seen_names.size < all_name…