-
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…
-
```
./elm-make
Error: Your .elm/packages/ directory may be corrupted. I was led to believe that
kingsleyh/elm-neo existed, but I could not find anything when I went to look up
the published versio…
-
I wanted to do some long overdue testing on my code base and hoped to use this project to guide me towards areas that could definitely need it. Looks super promising but I get an error when running it…
-
**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…
-
Hi, first of all, thanks for developing Elm Fullstack! 😁
I’m trying to deploy the test config on [Railway.app](https://railway.app) using the following Dockerfile:
```Dockerfile
FROM ubuntu:22.…
-
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 …
-
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 …