Re: [elm-discuss] Markdown library

2016-07-14 Thread Aaron VonderHaar
Did you try deleting your `elm-stuff` directory and building again? On Wed, Jul 13, 2016 at 9:07 AM, Esteban Manchado Velázquez < emanch...@gmail.com> wrote: > Hi, > > I'm trying to use the Markdown library (evancz/elm-markdown) and I cannot > seem to be able to make it work. I ran: > >elm-pa

Re: [elm-discuss] Re: Set.fromList crashing

2016-07-14 Thread Evan
Zach, try deleting elm-stuff/ and building the Set version again. Is there a problem then? If so, try deleting ~/.elm as well. Still a problem? On Thursday, July 14, 2016 at 9:21:09 AM UTC-7, Zachary Kessin wrote: > > I reworked the code into a dict, not a great solution but it worked and > ever

Re: [elm-discuss] Trigger an action on init instead Cmd.none

2016-07-14 Thread Janis Voigtländer
I also think it is great the FAQs exist. They are a great contribution. For the overwhelming part, Fred Yankowski's contribution! 2016-07-14 22:11 GMT+02:00 Adrián Ribao : > Thank you Janis! > > It was so simple... I spent several hours on this. > > Thank you for the FAQs, this is definitively so

Re: [elm-discuss] Equality Error Undecidable

2016-07-14 Thread Mark Hamburg
On Jul 11, 2016, at 4:58 PM, Christopher Anand [g] wrote: > > >> On Jul 11, 2016, at 7:28 PM, Mark Hamburg wrote: >> >> On Jul 11, 2016, at 4:23 PM, Mark Hamburg wrote: >>> >>> A bigger problem is that the requirement that something be equatable or the >>> property that a type is not equat

Re: [elm-discuss] Trigger an action on init instead Cmd.none

2016-07-14 Thread Adrián Ribao
Thank you Janis! It was so simple... I spent several hours on this. Thank you for the FAQs, this is definitively something I should have done. I get lost in the documentation. There are information in the packages, the web, and the new guide, so I'm confused sometime. Thank you again for your

Re: [elm-discuss] Trigger an action on init instead Cmd.none

2016-07-14 Thread Janis Voigtländer
Also, it's always a good idea to consult the FAQ if you have a question you are unlikely the first person to have. In this case: http://faq.elm-community.org/17.html#how-do-i-generate-a-new-message-as-a-command Am Donnerstag, 14. Juli 2016 schrieb William Casarin : > Hey Adrián, > > On Thu, Jul

Re: [elm-discuss] Trigger an action on init instead Cmd.none

2016-07-14 Thread William Casarin
Hey Adrián, On Thu, Jul 14, 2016 at 10:19 AM, Adrián Ribao wrote: > I've been trying several hours now to modify it so instead of clicking the > button, on init I could trigger the message JoinChannel. how about this? init = update JoinChannel initModel Cheers, William -- https://jb55.co

[elm-discuss] Trigger an action on init instead Cmd.none

2016-07-14 Thread Adrián Ribao
Hello, I've been reading this example: https://github.com/fbonetti/elm-phoenix-socket/blob/master/examples/Chat.elm It's a chat where you join a channel on a button click. I've been trying several hours now to modify it so instead of clicking the button, on init I could trigger the message Joi

Re: [elm-discuss] Re: Set.fromList crashing

2016-07-14 Thread Zachary Kessin
I reworked the code into a dict, not a great solution but it worked and everyhting is now good Zach ᐧ On Thu, Jul 14, 2016 at 1:49 PM, William Bailey wrote: > PS: I code in GO aka GOLANG a lot too and this has been an active area for >> them for the last year. They call it "vendoring". > > >

[elm-discuss] Re: I dislike the names of certain standard library functions.

2016-07-14 Thread Ambrose Laing
I feel quite strongly that max/min, ||/&& and string should stay. I would argue that one benefit of doing things the "traditional" way is that once new programmers get used to it, they get a lot of mileage when transitioning to or working with other languages. Polyglots are valuable and the e

[elm-discuss] Re: Stuck on custom event handlers and JSON decoder for select element

2016-07-14 Thread debois
I wrote a post about how to use Json decoding to fetch properties of the DOM that you might find helpful: https://medium.com/@debois/elm-the-dom-8c9883190d20#.6tcf08pl7 -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this g

[elm-discuss] Re: Set.fromList crashing

2016-07-14 Thread William Bailey
> > PS: I code in GO aka GOLANG a lot too and this has been an active area for > them for the last year. They call it "vendoring". I suppose that ideally there would be a way to auto-update to the latest bug-fix releases but major release updates (eg the move to 0.17 from 0.16) would need t

[elm-discuss] Re: Set.fromList crashing

2016-07-14 Thread William Bailey
What's the paradigm for developers to setup an env that stays current with latest & greatest? I installed Elm 0.17 back when it was first released and just noticed via: % ls elm-stuff/packages/elm-lang/core 4.0.1 That I'm not running the latest version of core, despite actively building/using

Re: [elm-discuss] Re: [ANN] elm-mdl 6.0.0 released

2016-07-14 Thread Søren Debois
Thanks! Could you open an issue here , preferably with a little more detail about in what sense it is buggy? -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receivi