Gabriel

Results 26 comments of Gabriel

I found [this medium post](https://becoming-functional.com/tasks-in-elm-0-18-2b64a35fd82e) explaining some Tasks changes from version 0.17 to 0.18. In the other hand, [the official documentation about Tasks is empty](https://guide.elm-lang.org/error_handling/task.html) at the time of writing...

I found also [this post](https://spin.atomicobject.com/2016/10/11/elm-chain-http-requests/) talking about how to chain some http requests with `Task.andThen`. I'm sure it can be helpful for understanding how `Task`s works.

I'm starting to code some stuff in elm, and it looks amazing. I agree we need a good resource to explain why Elm is a good tool for ours clients.

I found this answer in stackoverflow http://stackoverflow.com/questions/41846216/extract-elm-runtime-into-separate-chunk . Seems like in elm 0.18 there is not nice way to split your code in chunks yet...

I found a free elm course http://courses.knowthen.com/p/elm-for-beginners . They also have a paid one, and both are updated to 0.18. There is also another paid course here https://pragmaticstudio.com/elm

@Conorc1000 I've been doing a lot of exercises on exercism. It is great? Should we create our own team/clan like we did in codewars? 😄

@miguelmartins17 `npm` is the Node Package Manager. In frontend development is common to have a package.json with all your javascript dependencies. In this case `npm install` will install these dependencies...

OK, I saw that there was another issue https://github.com/adonisjs/adonis-persona/issues/24 and a PR https://github.com/adonisjs/adonis-persona/pull/25 . I will check how can I handle this.

@mishak87 This info would be very appreciated if it were on the readme