-
Maybe it would be better if `effects` shouldn't be called directly by user but go along with result of updating model as a second element in an array or some other structure and that second element sh…
-
I have a rather basic scenario: I've bound a collection from my model to a ListView, and mirrored the ListView's SelectedItem to my model using Binding.twoWay.
The trouble begins when the ListView'…
-
Hi @thefln, @thatfrankdev & friends @snipcart! 👋
Thank you for the great resource list for VanillaJS and superb blog post! 🎉
(_I've found myself linking to / sharing it on many occasions!_)
I w…
-
this will require a mild re-architecture of some of the elm code
-
Hello there!
I am really liking the overall idea of Proton, and I personally think if could offer a decent Ruby framework to create desktop apps. The only issue right now is that is only setup to o…
-
Finally finished writing the Todo List TDD end-to-end example:
https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example
Todo:
+ [x] Add link to "what next" section: https://g…
-
Would it make sense to implement the [dask.array.coarsen](http://dask.pydata.org/en/latest/array-api.html#dask.array.coarsen) method on xarrays?
In some ways, ``coarsen`` is a generalization of ``r…
-
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,…
-
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'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…