-
http://elm-lang.org/learn/courses/beginner/Lists-and-Records.elm says
```
The video is followed by a written explanation that covers exactly the same material.
```
but there's no written explanatio…
-
User Story: As someone starting, I find it difficult to invest the effort to learn touch-typing, when I can easily copy and paste code or even [hunt and peck](https://www.urbandictionary.com/define.ph…
-
Hi,
I would like to suggest to extent `VirtualDom.Property` or `Html.Attribute` with `none` and `many List Property` constructors to enable the following scenario's (very similar to #72) to improve…
-
At the moment, moving between elm-lang.org and packages.elm-lang.org is a bit of a pain - at the moment a user has to navigate to elm-lang.org/docs, then click on community packages. Once you're on pa…
-
### Background
Coming from an untyped background, while I learn Elm I see messages regarding type mismatches quite a bit. But still, in the error text, I can never recall which is the _expected_ type…
-
In (Graphics.Input & Graphics.Input.Field)'s documentation, there seems to be referring to Signal.Channel a lot, like in the first line here, and actually all over the examples:
http://package.elm-lan…
-
### Is this a bug report?
yes
### Environment
1. `node -v`: v9.11.1
2. `npm -v`: 5.8.0
3. `yarn --version` (if you use Yarn): no
4. `npm ls create-elm-app -g` (if you haven’t eject…
-
I'm running into a runtime error when writing a recursive JSON decoder.
I have a few tests: some that verify that simple Avro schemas can be parsed and a single one that tries to verify that a comple…
dasch updated
6 years ago
-
Adding something like `textWidth : Text -> Float` and `textHeight : Text -> Float` to either Graphics.Collage or Text would be nice for laying out graphics which include text, but also forms. I suspec…
-
Elm misses examples of programming static pages for beginners knowing how to replace a simple html/css page with pure Elm.