[elm-discuss] Re: Trouble initializing input with value

2017-08-07 Thread Mickey Vashchinsky
That is a strange behavior. Here is a simplest example, where the cursor stays where it was: https://ellie-app.com/3XzqjnmpZg6a1/0 Maybe your scenario is different? On Thursday, June 8, 2017 at 2:25:22 AM UTC+2, Carlos De la Guardia wrote: > > Howdy all, > > I'm creating an Elm version of this

[elm-discuss] Re: What's the proper way of decoding Date inside JSON that comes through port?

2017-01-29 Thread Mickey Vashchinsky
Looks like you already have Date and not String. I am pretty new to Elm myself and I couldn't find a way to decodeValue of Date, but, I think as a workaround, on JavaScript side before sending the json through port, you could convert your Date fields to String with: myJson.date = myJson.date.t

[elm-discuss] Re: Instaslling Elm 0.17 and Elm 0.18 at the same time.

2016-11-30 Thread Mickey Vashchinsky
Maybe this would be helpfull: https://www.npmjs.com/package/elm-version-manager On Tuesday, November 29, 2016 at 3:54:06 PM UTC+2, Rupert Smith wrote: > > I've been trying to follow these instructions: > > http://www.lambdacat.com/how-to-setup-local-development-for-elm/ > > but getting some error

[elm-discuss] Re: Pre-requisites for learning Elm?

2016-10-23 Thread Mickey Vashchinsky
What course is it? On Monday, October 24, 2016 at 12:22:22 AM UTC+3, Razi Syed wrote: > > Hi everyone, I've never programmed before and in my first year course > we're doing Elm. The prof expects us to learn Elm on our own, and simply > does examples in class applying what he thinks we should ha

[elm-discuss] Re: Elm GUI component library

2016-10-23 Thread Mickey Vashchinsky
You might find https://github.com/debois/elm-mdl interesting. On Wednesday, October 12, 2016 at 12:17:04 AM UTC+3, Casper Bollen wrote: > > I would love to use ELM as my client side language. However, a show > stopper at the moment is the lack of a decent ELM GUI component library. > > Currentl