[elm-discuss] Re: Batching HTTP requests and then performing something after they all finish

2017-12-02 Thread Eric G
If you model the dict values (image URLs) with something like type AlbumImageState = NotLoaded | Cached Url | Loaded Url | Error Http.Error Would that help? When you get back the list in the first request, initialize the values to NotLoaded. Then you could then write a function

[elm-discuss] Re: Batching HTTP requests and then performing something after they all finish

2017-12-02 Thread Eric G
If you model the dict values (image URLs) with something like type AlbumImageState = NotLoaded | Cached Url | Loaded Url | Error Http.Error Would that help? When you get back the list in the first request, initialize the values to NotLoaded. Then you could then write a function

Re: [elm-discuss] The Elm Discourse is Ready

2017-12-02 Thread Wojciech S. Czarnecki
On Fri, 1 Dec 2017 09:30:06 -0600 Brian Hicks wrote: > P.S. It's completely possible to maintain an email-only interface if you > are so inclined. Once you sign up, go to your settings (click your picture > in the top right, then the gear icon.) From there, select "Emails" and then > "Enable mail