Re: [elm-discuss] port module for JS interop.. without main/view ?

2016-07-23 Thread Nick H
This page of the guide mentions a way of running an Elm program as a "worker," where there is no UI. Would that work for you?(In that case I am guessing you could just provide an empty view function.) On Sat, Jul 23, 2016 at 3:20 PM, Jörg Winter

Re: [elm-discuss] Re: Elm install issues

2016-07-23 Thread Nick H
I'm afraid I don't know anything about the elm-brunch plugin. You should be able to compile your code by doing "elm make MainModule.elm --output elm.js" (Substitute MainModule.elm and elm.js for appropriate names). Does this give you the same errors as when you are using the plugin? Be warned,

[elm-discuss] port module for JS interop.. without main/view ?

2016-07-23 Thread Jörg Winter
So I have this port module which lets me invoke elm-actions from JS and get back results into JS (Basically I just want to use this elm module like a library of elm functions, no Html rendering needed!) It seems I have to give it a main function and use Html.App.program, which in turn requires

Re: [elm-discuss] Re: Elm install issues

2016-07-23 Thread Nick H
What command are you running that is giving you these errors? Try "rm -rf elm-stuff/build-artifacts". On Sat, Jul 23, 2016 at 1:38 PM, Ryan Erb wrote: > Looking into more of the errors and these ones stood out: > > Elm compile:

[elm-discuss] Re: Elm install issues

2016-07-23 Thread Ryan Erb
Looking into more of the errors and these ones stood out: Elm compile: elm-stuff/packages/elm-lang/core/4.0.3/src/Maybe.elm, in > web/elm, to ../static/vendor/maybe.js > [debug] Live reload: priv/static/css/seatsaver.css > [debug] Live reload: priv/static/images/phoenix.png > Your dependencies

[elm-discuss] Elm install issues

2016-07-23 Thread Ryan Erb
Trying to learn Elm, got the very basics working, but there are ton of complie errors that I am unsure about. 23 Jul 15:59:05 - error: Compiling of > web/elm/elm-stuff/packages/elm-lang/core/4.0.3/src/Array.elm failed. > Command failed: elm-make --yes --output ../static/vendor/array.js >

Re: [elm-discuss] WYSIWYG editor for Elm ?

2016-07-23 Thread Duane Johnson
I've heard these called "RCEs"--Rich Content Editors. Might be worth a search using that term. I haven't seen an Elm one yet. On Sat, Jul 23, 2016 at 6:04 AM, Stephane Wirtel wrote: > Hello, > > Do you know a WYSIWYG editor written in ELM ? > > Thank you, > > Stephane

[elm-discuss] WYSIWYG editor for Elm ?

2016-07-23 Thread Stephane Wirtel
Hello, Do you know a WYSIWYG editor written in ELM ? Thank you, Stephane -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to