elm-reactor
                                
                                
                                
                                    elm-reactor copied to clipboard
                            
                            
                            
                        Interactive development tool that makes it easy to develop and debug Elm programs.
Add the ability to have a .elm-reactor conf file along w/ a --proxy option that allows you to proxy ajax requests to an api running elsewhere. See EmberCLI for an...
This fixes #206 . The problem was twofold: 1. The child div had a width that exceeds its parent, so it creates some new area of page that the parent...
On small viewports, some of the leftmost content can be cut off such that you cannot scroll to the left and view it:  Additionally,...
Had some issues building elm-reactor due to `LC_ALL=C`. This is standard behaviour for at least the paludis package manager, and possibly others. The changes in this PR should make the...
`elm-reactor` nicely shows the error message in place of a failed compilation, but the message is rendered so that when copy-pasting it elsewhere it would not contain any newline (`\n`)....
Add the ability to have a .elm-reactor conf file along w/ --ssl\* options that allow setup of SSL. There are some other helpful flags for proxying secure apis as well....
I'm trying to integrate Elm with a Rails application. Elm-reactor runs on port 8000 and my Rails app in 3000. When embedding reactor it tries to connect to the sockets...
When reactor builds your project, if you've imported something but not installed the package, reactor could auto-install it for you. It does this for elm-lang/core but not for e.g. elm-lang/svg.
This issue is intended to organize related ideas. Looking at them all in one place can be helpful in figuring out a simpler solution than if you just addressed them...
I get an error in the JavaScript console when I try to use Elm Reactor to show my Elm program. The error message reads: `Uncaught ReferenceError: _elm_lang$html$Html_Attributes$class is not defined`...