-
I'm trying to build an elm-pages website that will be completely hosted inside a subpath of another site.
```
/blog/* -- elm-pages
/* -- something else
```
When using `elm-pages dev --base=/b…
-
[`document.createElement`](https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement#Web_component_example) support additional options, namely `is` for [custom elements that are extended…
-
# The Problem
This was originally filed in the bug tracker for elm-3d-scene but this patch is the root cause https://github.com/ianmackenzie/elm-3d-scene/issues/105
## Expected behavior:
Clicki…
-
Just as a note at the end of **Your first Elm Application** we use `Html.beginnerProgram` but that didn't work out for my using `elm-make` 0.17, after that I tried `Html.App` instead and it worked.
-
There is only "How to install elm" section: https://guide.elm-lang.org/install/elm.html
The missing part is how to uninstall it for each OS (Mac, Linux, Windows).
pobch updated
5 months ago
-
I am using Node 6.2.2, Elm 0.17.1 and Emacs 24.5.1
I think this is an issue with `elm-make` though I just wanted to check to see if there is another answer. For some types of elm errors `flymake-elm`…
-
Hey, any thoughts on making a command line tool so that it can be used like babel?
-
With these dependencies I was getting elm-html < 4 installed because elm-html-shorthand wanted that. After removing elm-html-shorthand everything worked as expected.
```
"dependencies": {
…
-
The markdown logic seems to get skipped when running through `elm-static-html-lib` - it works in Elm Reactor and via `elm-make`.
The following repo contains a reproducible setup of the issue [https…
-
When trying to compile examples for [my .obj file loader](https://github.com/Zinggi/elm-obj-loader) I ran into a strange issue:
```
elm-make: Could not find type constructor `WebGL.Shader` while c…