Jie

Results 14 issues of 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...

General
Discussion

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...

parser

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...

x:action/sync
x:module/practice-exercise
x:size/medium
hacktoberfest-accepted

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.

x:action/sync
x:size/tiny

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...

x:module/concept
x:type/content

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...

good first issue
x:action/improve
x:knowledge/elementary

# 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`,...

x:action/create
x:knowledge/intermediate
x:module/concept
x:module/concept-exercise
x:type/content
x:size/large
x:priority/high

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...

x:type/ci

### 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`...

Type: Bug
Category: Open Source

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...