[elm-discuss] Re: Developing with Webpack 3 and hotloading

2017-06-27 Thread Tolga Paksoy
Thank you so much. I've been looking into the hot loader, and wasn't quite able to figure out why hot-loader kept losing state on compile errors. Apparently, this is needed (as pointed out in your webpack.js file) new webpack.NoEmitOnErrorsPlugin() -- You received this message because you are

[elm-discuss] Re: Poll for Intermediate to Advanced topics that people struggle with

2017-04-24 Thread Tolga Paksoy
One thing I struggle with is setting up a project structure where I can be the most productive when using Elm. Things like editors, tooling, hot-reloading, not having to keeping my backend models in sync with my Elm models, etc. I feel like I'm not as productive as I can be when I'm writing Elm

[elm-discuss] Usage of "/_changes" URL in elm-reactor

2017-04-11 Thread Tolga Paksoy
Lately I've been really craving/looking into hot reloading in Elm. I know things like `elm-hot-loader` exist, but it is not as refined as, say, something like Figwheel. So I've been looking into elm-reactor and I noticed there is a websocket endpoint called "/_changes". As far as I can tell, it

[elm-discuss] Re: Responsive/Mobile styles for package.elm-lang.org

2017-04-11 Thread Tolga Paksoy
I would be very interested in this. Often I look at Elm Slack, and read up on Elm as I'm on the move, but package.elm-lang.org is not really mobile friendly. Any effort towards this would bring happiness to me. -- You received this message because you are subscribed to the Google Groups "Elm D