Magnus Rundberget
Magnus Rundberget
I've never done any animations in the web space (or anywhere come to think of it) before this lib. I'm pretty sure the implementation could be a **lot** nicer. Any...
Might need to be split into several sub issues. There are certainly several of the modules that could help out with providing better accessibility support. (most "widgets" have the option...
Several editors have integration with the repl as is, which is great. I've implemented an integration in Light Table (https://github.com/rundis/elm-light). However communication via stdin/stdout/stderr is somewhat limiting. It would be...
I think it would be great if we could find a way to leverage the great work going on with the cider-nrepl middleware (used by emacs CIDER and vim-fireplace). There...
I would suggest we take the same route as: - [refactor-nrepl](https://github.com/clojure-emacs/refactor-nrepl) - [cider-nrepl](https://github.com/clojure-emacs/cider-nrepl) I.e source-inlining dependencies using [mranderson](https://github.com/benedekfazekas/mranderson) That way I think we should be able to avoid many pesky...
I'm currently using http://package.elm-lang.org/all-packages to provide a [package manager ui](https://github.com/rundis/elm-light#59-package-management) for the elm Light Table plugin. However I believe I could make it a lot more powerful if the all-packages...
Tried to get halive to work with the app from this tutorial: https://www.spock.li/tutorial/ When I I start halive src/Main.hs I get: `2015-12-19 19:37 halive[69729] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() =>...