-
`elm-html-test` was incorporated into this library, but the documentation in `elm-html-test`'s README hasn't been moved over yet.
[ `elm-html-test`'s latest README](https://github.com/eeue56/elm-ht…
-
I stumbled across this crash when I migrated one of my Elm projects to 0.19. This is the test I wrote with Elm 0.18, where it worked without problems: https://gitlab.com/MazeChaZer/knobster/blob/8d39f…
-
C:\Users\neha.f.goel\tt\cql-execution\lib\elm\clinical.js:35
**const valueset = ctx.codeService.findValueSet(this.id, this.version) || new dt.ValueSet(this.id, this.version);**
…
-
This seems to be a... Parser / code gen problem
SSCCE (with core and html libraries)
```language=elm
import Html exposing (Html, text)
main : Html msg
main = text (toString (2^31) ++ " versus…
-
I am trying to get into elm and fiddle with the source code myself. I'm totally new to web dev and Elm, I mostly work on .net desktop apps.
When I run `elm make Main.elm` and try to open the resul…
-
**What's happening**
Calling `elm-make` on a program that imports a module with whitespace before the module definition prints error that suggest's the declared module name is `Main`. E.g.:
```…
-
I'm currently using http://package.elm-lang.org/all-packages to provide a [package manager ui](https://github.com/rundis/elm-light#59-package-management) for the elm Light Table plugin.
However I bel…
-
Just some nice examples in the `README.md` would go a long way.
Love the idea of this library by the way ❤️.
One thing I was hoping to find: How do you convert a some JSON into a record? In Elm…
-
**What we have**
We have, at the time of writing, 90 tests, for around 45k lines of Elm code. Even though Elm doesn't seem to need as many tests as other languages, since the compiler can help us so …
-
I'm trying to use the --stdout option for the CQL-to-ELM Translator but am getting an error that stdout is not a recognized option.
D:\projects\cql\clinical_quality_language\Src\java>"C:\Program Fi…