[elm-discuss] Re: elm-make commands fails on Freebsd while working on MacOS

2017-11-30 Thread Daniel Wehner
I would recommend you to jump into slack (http://elmlang.herokuapp.com/) next time. Such questions can be potentially answered much quicker there. Folks, especially in the beginners channel, have helped me a lot already. It is super friendly! On Wednesday, 29 November 2017 21:01:06 UTC, Julien

[elm-discuss] Re: Approval Queue and Moderation Slowdowns

2017-11-30 Thread 'Rupert Smith' via Elm Discuss
On Wednesday, November 29, 2017 at 8:06:58 PM UTC, Brian Hicks wrote: > > The current candidate is Discourse. > It sounds like a great idea. There is a need for slower and less chat based discussion than Slack, that maintains a free searchable history. If you are putting in the work to give us

Re: [elm-discuss] Approval Queue and Moderation Slowdowns

2017-11-30 Thread Brian Hicks
It looks neat, but first-release functionality from GitHub is always limited. Discourse is a known quantity at this point. Of course, if you've used both and can make a fair comparison between them, I'd really love to hear your thoughts. If that's the case, could you contact me off-list so we

Re: [elm-discuss] Re: Randoms as LazyLists

2017-11-30 Thread 'Rupert Smith' via Elm Discuss
On Thursday, November 30, 2017 at 10:29:42 AM UTC, Rupert Smith wrote: > > I need to use Decode.lazy to do this. Is that memoized? Is that how > decoders can create recursive values? Other than that, I don't see how they > could. > Do you need to start with a recursive object in Javascript,

Re: [elm-discuss] Re: Randoms as LazyLists

2017-11-30 Thread 'Rupert Smith' via Elm Discuss
On Monday, November 27, 2017 at 9:06:38 PM UTC, Mark Hamburg wrote: > > Recursive decoders have the same issues. > I'll see if I can get my head around that. I use recursive decoders to decode JSON into recursive types, but the values I output from this are not recursive. I did not realize it

[elm-discuss] Pointer (mouse/touch/pointer) events community coordination attempt

2017-11-30 Thread Matthieu Pizenberg
PS: duplicate of reddit for people not using reddit (https://www.reddit.com/r/elm/comments/7gksya/pointer_mousetouchpointer_events_community/) Hi folks, I've been browsing the elm packages repository in search of packages dealing with pointer events in general, mouse / touch / pointer. My