Sebastian Porto

Results 53 comments of Sebastian Porto

As of version 4.5.0 of the webpack cli you cannot pass `--watch` anymore to the dev server. ie. `webpack serve --watch` will throw an error. Without `--watch` the loader doesn't...

Same here https://github.com/sporto/elm-webpack-serve-repro/blob/master/src/app.js#L5

Please update the guide at http://agouti.org/#external-webdrivers-and-sauce-labs-support It took me a while to find this issue and solution.

Yes, elm-live is great. I'm planning to use it for the update to 0.19.

Hi When you input `http://localhost:3000/players` directly on your url you are doing a request to your server. Your server needs to know what page to serve in this case. What...

Yes this is the intended behaviour, but is not clear as you say. I will update the read me.

A PR would be very welcome. We already have the second attribute for passing arbitray data to the reducer, `updateSuccess(item, data)` So this will mean that this config object will...

No updates, sorry, unless someone would like to make a PR is unlikely to happen

Reading this I think that the most flexible approach would be to be able to specify a merging strategy for updateStart and updateSuccess. Maybe you pass a function for each...

Maybe, what is the benefit? Interoperability? One thing I don't agree is using the same action for the the event, the success and the error. Most likely if we use...