-
As of now the `updateStyle` method supports `delayed` application of styles, I was wondering if we could also have `forced` application of styles, which basically does no checks whats so ever and just…
-
I don't want the elm-pages site I'm building to treat the homepage any differently from any other first-level page (I'm using a headless CMS and the homepage has the same page type as any other page).…
-
The readme.md file does not tell where the `elm package install` command should be run. Is it at the root of the app or in the `app/assets/elm` directory?
-
I often find myself needing to install a package but not remembering or knowing it's exact name. In this scenario, it would be useful to have a `search` command that would show a list of packages with…
-
rtfeldman/elm-sorter-experiment's version [2.1.0 is published as a 0.18 package](https://github.com/rtfeldman/elm-sorter-experiment/tree/2.1.0) and we're using it fine in our 0.18 app.
I expect its…
-
It seems that the `elm` executable is unable to properly download/parse the docs for `elm-geometry` 3.4.0 (3.3.0 seems fine), which interferes with diffing/publishing.
## SSCCE
If you run
```…
-
Examples: http://elm-lang.org/examples
The (online) GitBook seems to be the best place to start: http://guide.elm-lang.org/get_started.html
> + Richard Feldman - Introduction to Elm (March 22, 2…
-
I want to create a test suite for Dict/List operations.
Compilation crashes on elm 19.1
SSCCE:
https://gist.github.com/FranzSkuffka/632aa99524e85e65379f9ad9ee47db15
-
Hi! I'm having an issue which might belong here.
![image](https://user-images.githubusercontent.com/1636683/48833848-f6fc5c80-ed84-11e8-800f-29758b2e2ddb.png)
First, the app fails to render corr…
-
Hey,
I've been exploring using nodeNext, but this import seems to fail.
```ts
import { createConnection } from "vscode-languageserver/node";
```
See https://github.com/elm-tooling/elm-lang…