-
I've changed the title to be a meta discussion, so that we don't have the same discussion in multiple issues:
- [optional flags](https://github.com/exercism/problem-specifications/issues/1492) #149…
-
Most exercises provide at least the header to get you started (so you know what API you are implementing)... but some give you *nothing*. Example: `circular_buffer`... this makes it much harder to ge…
-
Main options:
1. [`std/json`](https://nim-lang.github.io/Nim/json.html)
1a. The approach so far: parse into a `JsonNode` and work only with that.
1b. Parse into a `JsonNode`, then unmarshal…
-
-
Instead of returning boolean literals after a condition, you can directly return the condition instead.
Example:
// instead of
if (knightIsAwake) {
return true;
} else {
return false;
}…
-
## Why
推薦・機械学習勉強会は、推薦や機械学習、その周辺技術を通じてサービスを改善することにモチベーションのある人達の集まりです。ニュースやブログから論文まで、気になったものについてお互い共有しましょう!
発信のため、ここは **public** にしてあります。外部からの参加をご希望の方は松村(https://twitter.com/yu__ya4) まで DM を送るか、Wa…
-
Could you consider modifying the code of `exercism-run-tests` to use the `compile` command to make the output more readable?
```
(async-defun exercism-run-tests ()
"Runs the tests for the curre…
-
### Which components does the task require to be changed? (think hard pls)
snforge
### Description
Config got from `Scarb.toml` is stored in `ForgeConfigFromScarb` struct, but firstly toml is mappe…
-
As posted in the [original repository](https://github.com/atom/xray/issues/177) letting Xray die would be a real pity.
I was hoping in a response from its maintainers – I still have questions about…
-
The exercise
[https://exercism.org/tracks/scala/exercises/connect](url)
is wrong because in the game it is not fair for one of the two colors to start with fewer hexagons, yet some tests assume…