Jie
Jie
It would be great to have a set of scripts we can use to clean up some files in the AAA regularly. - [x] `.editorconfig` languages need to be sorted...
I realized this issue working on #128 and I have discussed in with @willbasky in private. Basically tests like these: ```haskell it "can parse true" $ parseX boolP "trueXXX" True...
Synced all new tests. Most were straightforward, some revealed a bug in implementations (I added my name to contributors after fixing it), some were not implemented (I left justifications in...
Purely `bin/configlet sync -u --docs --metadata` Bulk of the changes: normalize instructions to use `-` for bullet points and use `https` links in config files.
I was thinking about some other concepts that we don't have at the moment. I would love to have some opinions. We can leave this issue open to discuss that...
Now that we have more concepts, we should tag exercises with them (like in #629). The `"practices"` should only have one, maybe two, core concept that will help the students...
# Design ## Goal The Goal is to learn to use the `Json.Decode` and `Json.Encode` modules. ## Learning objectives Students should be able to - encode any JSON `Value` (`Json.Encode.object`,...
It seems the CI sometimes fail when checking that the exercises with the `elm-test-runner`, [like here](https://github.com/exercism/elm/actions/runs/3619043181/jobs/6099844378) and [here](https://github.com/exercism/elm/actions/runs/3676125639/jobs/6216380470). At he moment, it's not clear what the problem is, or how...
### Which packages did you experience the bug in? react ### What Tiptap version are you using? 2.2.4 ### What’s the bug you are facing? Setting the option `autofocus: true`...
In v2, comments on published solutions were on by default, but now they are off by default. Turning it on is a bit complicated: publish the exercise > go back...