[elm-discuss] Re: How to manage long running computations in Elm?

2017-06-13 Thread Matthieu Pizenberg
> > One thing that I think I would have tried in this case, it to delegate the > long running computation to a webworker > , and then talk with it through > a port. I'm not from the web community. I had bases in html+css+js, but pretty much had to

[elm-discuss] Re: How to manage long running computations in Elm?

2017-06-13 Thread 'Rupert Smith' via Elm Discuss
On Tuesday, June 13, 2017 at 4:10:15 AM UTC+1, Matthieu Pizenberg wrote: > > On Wednesday, June 7, 2017 at 4:08:37 PM UTC+8, Rupert Smith wrote: >> >> On Tuesday, June 6, 2017 at 3:20:42 PM UTC+1, Rupert Smith wrote: >>> >>> The problem with long running computations in a single threaded UI is

[elm-discuss] Re: How to manage long running computations in Elm?

2017-06-13 Thread 'Rupert Smith' via Elm Discuss
On Tuesday, June 13, 2017 at 4:26:33 PM UTC+1, Vlad GURDIGA wrote: > > One thing that I think I would have tried in this case, it to delegate the > long running computation to a webworker > , and then talk with it through > a port. > Yes, and I see

[elm-discuss] Re: How to manage long running computations in Elm?

2017-06-13 Thread Vlad GURDIGA
One thing that I think I would have tried in this case, it to delegate the long running computation to a webworker , and then talk with it through a port. -- You received this message because you are subscribed to the Google Groups "Elm Discuss"

[elm-discuss] Re: On producing production product

2017-06-13 Thread Birowsky
Sorry Berry, I was too busy enjoying Elm Europe. I offer my thanx for your kind words. If you were there, I would've bragged to your face all day long xD But yeah, it's a client project, so the source is a top secret of a multi-national value. About the PWA specific patterns, I would point