-
Anytime I save my a `.elm` source file, everything seems to compile just fine, but whenever I save my `app.js` file I get the following error:
```
Uncaught Error: Module build failed:
Error: Comp…
-
(Continued from #561)
What to do in case of `--stdin` is a good question.
Editor plugins are easiest to implement using `--stdin` for multiple reasons. The main one is that people often format c…
-
With reference to this issue raised against elm-github-install:
https://github.com/gdotdesign/elm-github-install/issues/41#issuecomment-324875391
I was using elm-github-install and it let me ref…
-
If a downstream package specifies a maximum version while `elm-package.json` specifies a version above that, the maximum downstream version will be selected rather than the explicitly set one.
The …
-
I have the following in an elm-package.json:
```
"dependencies": {
"elm-lang/core": "5.0.0
-
Every object in the app should be subject to full-text search. Ideally this is all done within Elm.
The most relevant text search libraries are:
https://package.elm-lang.org/packages/jxxcarlson/…
-
**EDIT**: OK, it seems I was too sleepy when comparing Webpack 2 and 3, so the problem is not only Webpack 3-specific. It's the same with 2 as well. The only good solution for me was to run `elm make`…
-
I have been playing around with Elm and wanted to use using elm-bulma after migrating away from elm-mdl.
I had found the demo site to be very helpful at elm-mdl (https://debois.github.io/elm-mdl)
…
-
Hi @avh4 !!
I started one poc project and happend a problem.
My steps
1. elm init
2. elm install elm-test
3. create a simple test
4. Run and test was ok.
5. elm-test install avh4/elm-pro…
-
# Issue
The time zone is not read from the browser, but instead set to `utc` (edit: in the initializing phase).
https://github.com/rtfeldman/elm-spa-example/blob/b5064c6ef0fde3395a7299f238acf68f…