[elm-discuss] Elm Debugger Survey

2017-05-31 Thread Luke Westby
Hey friends! We're looking to start ramping up on pushing the debugger forward pretty soon and if you could take some time to fill out this survey that would be a great help. http://tinyurl.com/elm-debugger-survey-2017 -- You received this message because you are subscribed to the Google

[elm-discuss] [ANN] Ellie - the Elm platform in the browser

2017-02-13 Thread Luke Westby
Hey friends! I made this so you can share and run Elm stuff from the browser with full access to ports, external JS, css, and all the community packages. https://www.humblespark.com/ellie-announcement/ If you have any questions for me or any feedback on how it works you can share it in this

[elm-discuss] elm-http-builder 5.0.0

2016-12-14 Thread Luke Westby
Hey friends! I released HttpBuilder 5.0.0 just now. Explanation of changes is at https://github.com/lukewestby/elm-http-builder/releases/tag/5.0.0 Practically speaking though, even though this is a major version bump, you shouldn't have to change your code at all. All the function signatures

[elm-discuss] Re: Error Repository?

2016-12-06 Thread Luke Westby
Can you (a) see if your issue has been reported and (b) if not, submit a new issue at https://github.com/elm-lang/error-message-catalog? On Tuesday, December 6, 2016 at 6:40:39 AM UTC-6, John Orford wrote: > > Where do I send an, as a suggestion to improve the error message output? > > I

[elm-discuss] elm-http-builder 4.0.0

2016-11-14 Thread Luke Westby
Hi friends! I published elm-http-builder 4.0.0 just now for 0.18 There are a bunch of changes so I'm sharing the release notes below. Any longer-form concerns, share them here. If you'd like direct help, jump into the #http channel in slack . Thanks! Luke

[elm-discuss] Re: Subscribe to a model value then call update function when condition is met

2016-10-11 Thread Luke Westby
It's a common misunderstanding that every discrete change to a model must originate from a different message. In general messages are for expressing what is allowed to happen in your application as a result of outside behavior like user input and server responses, whereas you want to run your

[elm-discuss] Re: Pure Elm contenteditable rich text editor

2016-10-11 Thread Luke Westby
Everything you need to do this should be available with the notable exception of the Selection API (https://developer.mozilla.org/en-US/docs/Web/API/Window/getSelection), which would allow you to manipulate the cursor and selected text programatically. -- You received this message because

[elm-discuss] The Elm Slack is now archived by SlackArchive.io

2016-09-24 Thread Luke Westby
The link to the archives is http://elmlang.slackarchive.io/ If you are a user of the slack yourself and find that your favorite channel is not being archived you can run the command */invite @archivebot* to get things rolling. Thanks friends! -- You received this message because you are

[elm-discuss] Re: Old browsers

2016-08-25 Thread Luke Westby
You're welcome! I apologize for the terseness of my previous comments, was in a hurry and let that get in the way of friendliness. Anyway, it would be cool if somewhere on elm-lang.org the intended browser support was spelled out unambiguously. It would help users understand what support they

[elm-discuss] Rendering Elm in hardware

2016-07-19 Thread Luke Westby
Hi folks! I wanted to share on here some code that I discussed at the July Elm Remote Meetup about rendering Elm to a hardware device. All the code is at https://github.com/lukewestby/elm-remote-meetup-july-2016, and the README contains links to the slides and video recording of the