[elm-discuss] Re: Task ports: A proposal to make it easier to integrate JS with Elm.

2017-04-14 Thread Nicholas Hollon
The process: 1. Share your ideas, experience, & code on elm-discuss. 2. Accept that you have no direct influence over what Evan works on next. 3. Look at the release history for Elm. Notice that changes happen slowly. Notice that improvements to the JavaScript

[elm-discuss] Re: Call of init function behaviour

2017-04-12 Thread Nicholas Hollon
Glad you fixed your problem. If you give the button an onSubmit event handler, that should prevent the reload from happening, even if you are using Html.form. On Tuesday, April 11, 2017 at 11:46:10 AM UTC-7, Oliver

Re: [elm-discuss] Re: elmvm (Elm Version Manager)

2017-04-06 Thread Nicholas Hollon
> > There needs to be a better advertising of the ecosystem both in terms of > tools and in terms of packages. > I agree with this, but the effort needs to start with the library authors. As far as I can tell (searching this list, Google, & r/elm), Erik is the only one of these authors who

[elm-discuss] Re: ANN: TypedSvg

2017-03-31 Thread Nicholas Hollon
This is awesome! Something I've wished for since about 5 minutes after I started learning elm-svg. Will definitely be adopting it for future projects... possibly sending some pull requests along the way. :-) On Thursday, March 30, 2017 at 8:35:32 AM UTC-7, Duane Johnson wrote: > > Hi all, >

[elm-discuss] Re: Embedding multiple elements into JS

2017-03-24 Thread Nicholas Hollon
err, I meant that message to be a little bit more timely, but it got held up in moderation. Glad you got help -.- On Friday, March 24, 2017 at 3:49:24 PM UTC-7, Nicholas Hollon wrote: > > You should have Elm return the , and embed the program an empty div. I > am pretty sure you

[elm-discuss] Re: Embedding multiple elements into JS

2017-03-24 Thread Nicholas Hollon
You should have Elm return the , and embed the program an empty div. I am pretty sure you are only allowed to embed Elm programs in divs anyway, not just any old html tag. On Wednesday, March 22, 2017 at 7:36:44 AM UTC-7, Matt Joiner wrote: > > I'm looking to embed Elm in an existing web