elm-workshop icon indicating copy to clipboard operation
elm-workshop copied to clipboard

An introductory Elm workshop. Video available on Frontend Masters!

Results 9 elm-workshop issues
Sort by recently updated
recently updated
newest added

I've installed latest elm, but I don't have `elm-package` on the command line. How hard would it be to update this tutorial to latest build chain? I went to `part1/`...

To be honest, I'm not terribly familiar with the elm-test updates but this seems to work. Basically: - removed Main.elm - removed HtmlRunner.elm - ran elm-test init Fixes https://github.com/rtfeldman/elm-workshop/issues/18

I believe [this commit](https://github.com/rtfeldman/elm-workshop/commit/8feb86d57fb54013f26a2bf2d5e367393fe857ee#diff-b941da9eca5cca950e8ca095ca344d13) is where the material splits away from the recorded version. In [another issue on this repo](https://github.com/rtfeldman/elm-workshop/issues/16) I see that this might be a continuing problem throughout...

In the [Part 7 solution](https://frontendmasters.com/courses/elm/#v=xj7w5uc9c2&skip=1) Frontend Masters Elm video @ the 3:00 minute mark, Mr. Feldman uses the `4.0.0 elm-lang/core` api when writing the `Task.perform` function, which takes three arguments....

Just to trim down the separate steps required every time :)

I get the following errors when I run `elm-css Stylesheets.elm` before making any changes in tutorial part13: ``` -- NAMING ERROR ------------------------------------------------ Stylesheets.elm Cannot find type `Model` 16| main :...

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_, apologies for...