James Carlson
James Carlson
Hi, the `elm-desktop-app run` command will not work if the installed version of Elm is 0.19.1. I did try replacing every occurrence of 0.19.9 in `node-modules` with 0.19.1, but got...
All running ok at this point. But if I install elm-ui, `elm-desktop-app run` fails. ``` $ npx elm install mdgriffith/elm-ui Here is my plan: Add: mdgriffith/elm-ui 1.1.5 Would you like...
Hello, Dreamwriter indeed sounds like a dream project. Just installed it per your instructions, but encountered a fatal error when running `grunt` -- please see below. PS. I am the...
Consider the following examples: **(1)** ``` Test. Test ``` **(2)** ``` Test. Test ``` Both should render as `Test. Test`. But the second renders as `Test.Test` I