-
@jfairbank's talk at Codemash 2017 is a _strong_ contender for "Best intro to Elm" for complete beginners:
[![image](https://user-images.githubusercontent.com/194400/33337143-f5230204-d469-11e7-9984-…
-
http://outreach.mcmaster.ca/menu/tutorials.html
-
This issue tracks an open question: should we treat the `app` store as a shared message bus?
## Background on current architecture
In general, we aspire toward "one store to rule them all". Howe…
-
I should write some tests!
It may be possible to test some things in the usual way (i.e. via elm-test). However, you can't test tasks that way, and the logic here is heavily task-oriented.
Proba…
-
I tried the following line in the elm-repl:
`let sample = "Multipart/mixed; boundary=\"sample_boundary\";"`
My problem here is that I added a `let` at the beginning when it shouldn't be there. So th…
-
Hi,
I am having issues installing Elmer via homebrew. Here is the most recent attempt of mine:
>
> $ brew install elmer --with-elmergui --HEAD --with-elmerice
> ==> Installing elmer from el…
-
More of a place for conversation, rather than a serious suggestion:
**How would you like an architecture with a manager in the middle?**
Manager could be responsible for
1. Collecting and que…
-
Other than use_state React has a number of other utility apis that make working with their Hooks much more productive.
I have implemented most of them in some form however I want to really pin down…
-
https://github.com/leonardomso/33-js-concepts
-
It would be pretty nice to be able to use Unison for front-end development, especially if backend services are also written in Unison. Communication is seamless - just relocate a computation to the ba…