elm-reactor
elm-reactor copied to clipboard
Interactive development tool that makes it easy to develop and debug Elm programs.
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...
elm-reactor silently fails if the repository field in elm-package.json contain dots in the URL path
# 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:  scrolling down:  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...