-
```
What steps will reproduce the problem?
Error information:
compiling dfs_elm.c...
..\..\components\dfs\filesystems\elmfat\dfs_elm.c(574): error: #70: incomplete
type is not allowed
..\..\compon…
-
I am getting an error when running the following command:
```
$ sudo npm install -g elm-test …
-
```
./src/components/elm/Test.elm
Error: Compiler process exited with error Compilation failed
-- NO elm.json FILE ------------------------------------------------------------
It looks like you …
-
Hi,
I am writing heavily Livescript, and Elm these days, and for some reason I find dash-case to be much more readable in comparison to the Elm's enforced camelCase.
_I would be so happy if someone…
-
Hi,
I like the idea of Crystal + Websocket + Elm.
When performing the build instructions for this project, it fails at `elm package install`, ony m machine:
```
elm package install
There is…
-
This is something I ran into when doing the Elm architecture tutorial. I've removed all extraneous code, but this is something that actually took me a while to figure out.
1. You start writing your ap…
dasch updated
6 years ago
-
While attending the `elm-lang` meetup #13 @jackfranklin demoed http://doyouevenelm.com
He also showed us https://www.npmjs.com/package/create-elm-app
https://medium.com/@eduardkyvenko/how-to-crea…
-
I need to do more learning about how to generate the types in Elm and the host languages, and what approaches exist. I'm assuming we'd use ASTs. To my understanding, it is basically a parser and progr…
-
Add a training data folder to the git ignore. Maybe others as well.
-
Hi, I really like your post and all of the walk through. However, it would be great if the project is using the latest elm version so that all of the beginners can code it as they go through the tutor…