-
Thanks a lot for bringing the combination of Idris2 and the Elm Architecture to the browser. I am currently trying to map my current Elm knowledge onto Idris and this library with the help of your exa…
-
I've been taking a look at what is currently known about Elm 0.17, and thought I'd jot down a few thoughts.
One theme in Elm 0.17 is that the Elm runtime has become more coherently defined, with thin…
-
on the page 'https://guide.elm-lang.org/architecture/forms.html' is the following type annotation:
```
viewValidation : Model -> Html msg
```
should this not be with capital 'M'
```
viewVali…
-
- Use Elm ports to save a dictionary of the machine and tape they're working on.
- Autosave the machine every so often
- Allow them to create multiple machines (and load them!).
- When they load o…
-
The two biggest pngs + the two biggest gifs totalled 1.7MB out of 3MB total for downloading the dwyl/learn-elm-architecture page. They definitely have advantages, but maybe consider
a) Linking to i…
-
Some thoughts I needed to get down before proceeding (this is long):
My personal approach to web development has been evolving rapidly since I published the Semantic DOM and Modular UI packages. At…
-
This works in the architecture examples - (=>) = (,) - but gets the following error in the tutorials.
> (=>) = (,)
> -- SYNTAX PROBLEM -------------------------------------------- repl-temp-000.elm
…
-
I am using the study of @nelsonic implementation of the Elm architecture in Javascript to motiviate myself to back-fill, extend, organize, and apply knowledge about constructing GUIs in the browser en…
-
We need this tutorial to be reviewed by a person who is _reasonably_ `new` to both JavaScript and the Elm Architecture so that we can:
+ [ ] _confirm_ that the steps are clear
+ [ ] check code is w…
-
When I was creating a pagination with bucklescript-tea, I found that I could never get the "next" and "previous" button right. And I found a bug. It is the case if the `msg` for onClick is a `if` cond…