-
After a bit of a discussion about how cool [elm reactor](https://elmprogramming.com/elm-reactor.html) is the idea of having the compiler automatically rebuild whenever files change came up. Mostly ope…
-
Hi, I had a rough time getting Elm language support to run on travis for Elm 0.19.1. I tried setting the `elm` version in the .travis.yml to:
```
language: elm
elm: 0.19.1-3
```
However, this w…
-
We might consider providing an additional elm writer that creates multilingual modules. This would allow elm-apps to switch at runtime.
Assuming that the following current "modules" exist per langu…
-
Let's build a web app with Elm, while discussing its characteristics...
-
Would I be welcome to work on an Elm Language implementation for typeshare?
Elm is a small language, it has very strict type checking and I like using it together with a rust backend.
One peculi…
-
- https://github.com/durkiewicz/elm-plugin/issues/9#issuecomment-220239318
- http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/code_formatting.html
- https://github.co…
-
If I'm correct, currently elmls is using `elm-test make` to figure out if the tests are compiling. And we've had some discussions if it could be useful to use `elm-test-rs make` since this does not sp…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.19.3 x64
**Electron**: 1.6.9
**OS**: Ubuntu 16.04.3
**Thrown From**: [elmjutsu](https://github.com/halohalospecial/atom-elmjutsu) packag…
-
It would be nice to have support for Elm language: https://elm-lang.org/
-
This relates to discussion from https://github.com/avh4/elm-format/issues/194 about providing an AST for other tools to consume. But a step further.
Elm-format today is essentially a language serve…