Ilias Van Peer
Ilias Van Peer
There are 2 patterns I see popping up quite regularly, both involving literal bools where none are needed: ```elm if then True else False ``` and ```elm if == True...
For whatever reason, indentin didn't seem to take effect (looks like a bug), so for now, replace it with a fenced code block instead.
## Intro One of the *best* things about Elm is the ecosystem. In no small part, this is due to the tooling: - the author is part of the package,...
In certain build setups, modifying the source-directories to swap out configuration of i18n modules is a pretty common occurrence. Some way to make this nice and accessible while allowing for...
Solver errors are manageable, but readability could be much improved: - some bold text for highlighting relevant parts - be smarter about which package is being added? - can we...
On current master (c4b2440e7e883c0b46e5d27d9ac64627ea951ec4), attempting to run the tests for a single exercise gives some issues. To reproduce: - clone the repo - run `npm i` - run `npx elm-test`...
While keeping the UI on the main thread. I don't know why the pbprojx file had so many changes. I'm guessing a different xcode version, but it's hard to keep...
## SSCCE https://ellie-app.com/937PLf6rLa1/0 ## Expected behaviour Selecting the first option (which has `value ""`) should send a message updating the selected value to `""`. Instead it sends a message with...
SSCCE: https://ellie-app.com/3Vd6CqrthVYa1/2 On init, the rootnode is changed. After that, clicking the `click me` div results in applying a patch within that changed rootnode. Stepping through that process with a...