-
-
I did some testing in the context of converting elm-lang.org to static pages. All tests were done using a local installation of the server.
There is a Debug.crash statement in pages:
- [ ] http://elm…
-
http://elm-lang.org/blog/escape-from-callback-hell
https://github.com/elm-lang/elm-lang.org/blob/master/src/pages/blog.elm#L35
-
This line in the code:
https://github.com/elm-lang/elm-lang.org/blob/master/src/pages/docs/syntax.elm#L238
seemingly results in a bad URL on the documentation page: `http://package.elm-lang.org/packa…
mxgrn updated
6 years ago
-
I stumbled over this issue during my development. Provided Elm code is dumbed down version of what I was working on so it might looks _nonsensical_:
``` elm
import Html exposing (Html, text)
import L…
-
Hi James,
I followed the installation instructions and compiling everything seemed to work.
I was also able to download the example files but ran into an issue running the example code:
`>> jrc…
-
Let's say I search Google (I know, I should be searching package.elm-lang.org directly) for "elm json".
Right now, the first link in the results is http://package.elm-lang.org/packages/elm-lang/core/…
-
hi
working through guide - looked at
https://guide.elm-lang.org/architecture/user_input/buttons.html
https://guide.elm-lang.org/architecture/user_input/text_fields.html
so far. in both cases, the c…
-
> Note: Do not worry if this seems confusing at first! As with every Elm user ever, commands will make more sense as you work through **the Elm Architecture Tutorial** and see how they fit into a real…
-
It was suggested in https://github.com/elm-lang/package.elm-lang.org/issues/193 that package documentation pages use `` tags pointing to the latest version of each package (which could be `../latest` …