-
When attempting to run `elm package install` for the first time on a project I received the following error
```
Error: failed with 'FailedConnectionException "codeload.github.com" 443' when sending r…
-
**Motivation**
- [x] Reduce boilerplate.
- [x] [Slice patterns](https://thomashartmann.dev/blog/feature(slice_patterns)/) will be stabilized in the next Rust version (`1.42.0`).
- [x] Seed should…
-
along the lines of https://github.com/elm-lang/elm-make/issues/123, there should be a way to explicitly disable coloring/anything other than ascii.
Ubuntu 14.04
(seems like elm-tools should suppor…
-
# SSCCE
```
> import Json.Encode as JE
> JE.object [ ("a", JE.list identity []) ] == JE.object []
True : Bool
> JE.object [ ("a", JE.object []) ] == JE.object []
True : Bool
> JE.object [ ("a…
-
**Quick Summary:**
While trying out the Elm REPL I found myself in a situation where I crashed the REPL and can no longer start a new session and do anything in it without it crashing as soon as I ty…
-
# OS as Code - My Experience of NixOS - This Cute World
[https://thiscute.world/en/posts/my-experience-of-nixos/](https://thiscute.world/en/posts/my-experience-of-nixos/)
-
A few reasons why we might _NOT_ want to use Elm: (_feel free to `add` to this list_!)
+ additional ***learning curve*** for people who have only _just_ learned JavaScript
+ **functional/immutable…
-
elm version: 0.17
I added `"elm-lang/keyboard": "1.1.0
-
We have 2 entry points in our project, one to run the application and the other one is a stripped down version that is used to render PDFs with puppeteer. When we open files that are imported both fro…
-
We just forked [blacktaxi/elm-random-secure](https://github.com/blacktaxi/elm-random-secure) into [openirc/elm-random-secure]. We're going to use it as a CSPRNG.
#### TODO
- [x] ~~Make [openirc/el…