[elm-discuss] Trouble initializing input with value

2017-06-07 Thread Carlos De la Guardia
Howdy all, I'm creating an Elm version of this app: https://carlosd.org/cheatsheeter/ It's got a bunch of fields users can edit, and which are saved in local storage. I'm running into a problem trying to produce the following behavior: when a user opens the app, it should read their data from

[elm-discuss] Re: On producing production product

2017-06-07 Thread Christian Charukiewicz
> > Well, I run this small team that somehow, after Elm, became a lot bigger, > even tho the number of people remained. Fantastic way to summarize the impact of Elm on a small team. I share the same experience since we adopted Elm for production use. On Wednesday, June 7, 2017 at 6:56:01

[elm-discuss] Re: On producing production product

2017-06-07 Thread Berry Groenendijk
Seriously impressed with your PWA. Looks fantastic. Great looking interface. Easy interaction. Touch works. Great. Would love to take a look at your Elm code, but I'm guessing your code is not open source. It is probably not on your radar, but if you can somehow transform this app in some

[elm-discuss] On producing production product

2017-06-07 Thread Birowsky
Sup team, I just poured my feelings towards Elm on Medium: Web is ready for you on line Elm -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this

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

2017-06-07 Thread 'Rupert Smith' via Elm Discuss
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 that > they may cause the UI to block and become unresponsive for a period. > Definitely not an acceptable user experience. > > I have created a library for