Oh okay, sorry. :D But this won't batch the requests, right? By "batching" I mean "run all in parallel" as Cmd.batch seems to do. As far as I understand Task.sequence docs <http://package.elm-lang.org/packages/elm-lang/core/5.1.1/Task#sequence>, it's going to make the requests one-by-one. I'd rather load them in parallel.
What's more important though is that Task.sequence is going to fail if any task fails – I'm okay with some of the requests failing and this behavior would make this API a bit harder to work with in my case. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
