-
I wanted to do some long overdue testing on my code base and hoped to use this project to guide me towards areas that could definitely need it. Looks super promising but I get an error when running it…
-
-
@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-…
-
Hi,
I was working through the online tutorial, and when playing with the [random](http://guide.elm-lang.org/architecture/effects/random.html) example, I stumbled upon a weird compiler issue when t…
-
`while` I am _deliberately_ not using any frameworks/libraries in `client.js` to make it as approachable (_beginner-friendly_) as _possible_ I think the _structure_/_organisation_ of the code could be…
-
Hi @rtfeldman,
_firstly_ ***thank you*** for all your ***fantastic content***
and all you have (_already_) done to make the `Elm` community so welcoming, inclusive and fun!! 😍
_Secondly_, apologi…
-
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…
-
http://outreach.mcmaster.ca/menu/tutorials.html
-
Possibly related to https://github.com/wking-io/elm-live/issues/97
elm-live version 4.0.0-rc.1
vim 8.1
Sometimes when saving `src/Main.elm` with vim, `elm-live src/Main.elm` might exit unexpect…
-
See https://github.com/clayrat/opticui-elm-architecture/blob/master/src/6ViewerPair.purs#L46 for the concrete example. `viewer` has an async initializer, which makes AJAX request and then updates stat…