Re: [elm-discuss] Is Elm.worker gone in 0.17?

2017-01-22 Thread Richard Feldman
I really need to update that post! worker still exists, you just access it by using Platform.program . :) -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To

Re: [elm-discuss] Is Elm.worker gone in 0.17?

2017-01-21 Thread GordonBGood
I encountered this problem with the UI not updating (and the results of any user input, clicks, etc. queued but not handled) as well with the same "setTimeout" solution to get Elm to update the view and handle the events. The requirement for the setTimeout is the same as for JavaScript: As the

Re: [elm-discuss] Is Elm.worker gone in 0.17?

2016-06-13 Thread Pietro Grandi
Hi Tobias, I'm doing the same tutorial and trying to re-write it for the 0.17. I also stumbled across the timeout issue: basically without the timeout I can't see any message I send to the port from javascript. Is there any clue about the reason why is it behaving this way? Since I'm making