-
Please fill in the following information:
- My programming background is: varied (Lots of JS and most recently Elixir)
- I want to learn Elm v0.19 because: we are already using it in Production ..…
-
I usually find a lot useful to transform a Msg to a Cmd, and I think that's a common scenario; so why don't include this as part of the Cmd module?
Not sure about the names, atm I named them like so,…
-
I have never used Elmish.WPF, but I have a Xamarin.Forms app with a custom Redux-like architecture (which is in many ways similar to Elm). In developing that app I had to grapple with a problem that I…
-
Hi,
I am getting started with Elm and when trying to run the examples in this repo through the following commands:
```
git clone https://github.com/evancz/elm-architecture-tutorial.git
cd elm-archite…
-
The `gif` on line https://github.com/dwyl/learn-elm-architecture-in-javascript/blame/master/README.md#L169 of the README needs to be updated to remove `model` and replace this with _just_ the initial …
-
Given the following HTML:
```html
Learn Elm Architecture
```
Use `Elm`(_ish_) DOM functions (`li`, `div`, `input`, `label` and `button`)
t…
-
I'm new here :) Just trying to get a handle on how this would work.
I'm confused why `Cmd.run` is the preferred example. While it's nice to have some automated handling of promises, there's already…
-
While re-reading the code (_and preparing for "elmish"_) It _occurred_ to me that we might be over-complicating things ...
Do we need an `init` function to _initialise_ the DOM in:
https://github.…
-
In order to have "Event Listeners" (_so users can hit the **`[Enter]`** Key to create a Todo Item #55_)
We need to add "Subscriptions" to Elm(ish).
see: https://www.elm-tutorial.org/en/03-subs-cmds/…
-
Occurs after selecting a package name.
Backtrace:
```elisp
Debugger entered--Lisp error: (wrong-type-argument listp (1602/elm-feather . ["1.0.0" "1.0.1" "1.0.2" "2.0.0" "2.0.1" "2.1.0" "2.2.0"…
jsoo1 updated
6 years ago