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

Interactive development tool that makes it easy to develop and debug Elm programs.

Results 45 elm-reactor issues
Sort by recently updated
recently updated
newest added

Hello, and thanks for all your work on the elm platform :) I have an issue that has apparently surfaced before and was fixed, in #59 I was advised to...

We just witnessed this error when trying to export debugger state: The type referenced is: ``` type TemplateMsg = EditField TaskFieldUpdate | DragTask Int | DropTask Int | UpdateEditableState Int...

# Issue When the `repository` field in your `elm-package.json` file contain dots in the URL path, `elm-reactor` will silently fail, and not display your app. I've made a project that...

I'm getting an exception when compiling elm-reactor along with the rest of the Elm 0.18 tools on FreeBSD 11-RELEASE-p1 amd64, with the instructions from the elm-package. This is the command...

Currently only `ttf` fonts can be served (because of https://github.com/elm-lang/elm-reactor/blob/master/src/backend/Main.hs#L285), mime types are missing for `otf`, `woff`, `woff2`, etc. So elm-reactor just doesn't serve them. I'm not too sure why...

- add a new flag -c/--cssincludes such that multiple css files can be added to your standard html via `elm-reactor -c "http://localhost:8000/static/mycss" -c "https://example.com/css/example.css"` this is my first endeavour into...

I think this is what https://github.com/elm-lang/elm-reactor/issues/188 was about. on compile: ![screen shot 2017-10-14 at 12 50 20](https://user-images.githubusercontent.com/8081877/31575467-b3431f02-b0df-11e7-916d-2705b9bdd8e9.png) scrolling down: ![screen shot 2017-10-14 at 12 53 46](https://user-images.githubusercontent.com/8081877/31575475-de4c5024-b0df-11e7-9b44-6e96dd21bd92.png) scrolling right: ![screen shot...

Hi Team! I Type this `node "" [] []`. Elm-reactor not sent a error. When I entered in page I checked Java Console and saw a error `Uncaught DOMException: Failed...

Another developer and I independently discovered a problem. We each made applications that load a large image. When displaying the large image however, the Elm app would only display most...

Hi, I'd like to know if it is possible to use the reactor(by using I mean keep it recompiling the code at every change, debug and time-travel) with an external...