elm-desktop-app icon indicating copy to clipboard operation
elm-desktop-app copied to clipboard

the simplest way to write desktop applications in Elm

Results 11 elm-desktop-app issues
Sort by recently updated
recently updated
newest added

For #11 Work started on stream: https://www.twitch.tv/videos/824457541

The are currently broken due to https://github.com/electron-userland/spectron/issues/720

The `miniBill/elm-codec-json` does the same thing as the `DesktopApp.JsonMapping` module but with (imo) a slightly nicer API for handling custom types. Additionally it would mean not needing to maintain as...

In electronjs 5 and newer, there is a simple API to hide the menu bar which really destroys the UX of an elm-desktop-app (it's good for development, though, as it...

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, I think `elm-desktop-app` should: 1) not allow project initialization with wrong version; 2) have documentation about supported versions. ``` $ uname -a Darwin fritz.box 17.5.0 Darwin Kernel Version 17.5.0:...

Not really an issue. How do I configure a custom location for the data file?