-
The current UI of the application is very basic:
![image](https://user-images.githubusercontent.com/6057298/77414018-3c390000-6db8-11ea-8c56-5c2f7787cf60.png)
Can we start using elm-ui to implemen…
-
Hi,
I've installed elm-json-schema-compiler via Yarn (`yarn global add elm-json-schema-compiler`), but run I try to run it I get:
```
$ elm-json-schema ./tests/HistoricalStats/Schema.elm
modul…
-
Are there any plans to port this to elm 0.17 using subscriptions? That would be great!
sotte updated
8 years ago
-
This packages has elm-test in the root elm-package.
This is not necessary as it should be in test/elm-package.
Also having this dependency here prevents me from installing this package as it con…
-
First of all thanks for an awesome plugin! Elm is a joy, but having support like inline documentation and autocomplete makes it even more awesome :).
I have noticed a problem when elm-light parses …
-
Apparently Array overrides the Javascripts default Array type which causes an error in elm. I'm trying to initialize a port with a tuple.
foo.elm
```
module MyFoo where
import Array
port fooPort :…
ghost updated
10 years ago
-
In https://github.com/elm-lang/elm-make/issues/50 was added code to move Elm object from global scope if on the page any JS module library (requirejs, for example) is present. Nonetheless elm-reactor …
-
1. Remove elm-package.json from Elm sub-project
2. Restart Atom
3. Reopen Elm file
**Atom**: 1.14.3 x64
**Electron**: 1.3.13
**OS**: Mac OS X 10.11.6
**Thrown From**: [linter-elm-make](https:/…
-
https://github.com/eeue56/elm-html-query/blob/6dbe1bca11627ade6cffe2f06611294c3ea1de66/src/ElmHtml/Query.elm#L114-L117
https://github.com/eeue56/elm-html-query/blob/6dbe1bca11627ade6cffe2f06611294c…
-
**Quick Summary:** I know we are not suppose to add `type_` attr to textarea. But It was not caught during compile time and crashes runtime when the code is reached.
## SSCCE
```elm
textarea…