Re: [elm-discuss] Has elm reactor 0.17 dropped support for HTML files?

2016-07-27 Thread Steve Jones
Is there an issue to follow for this?

On Tuesday, June 28, 2016 at 3:23:49 PM UTC-4, Evan wrote:
>
> Try the 0.17.1 beta
>
> On Tuesday, June 28, 2016, Stuart Axon  
> wrote:
>
>> Hi,
>>I just started with elm and this is a bit confusing.   - I guess I 
>> need a separate http server for now to see the output ?
>>
>> So workflow - is:
>>
>> Compile, then refresh browser that is pointing at separate http server?
>>
>> S
>>
>>
>>
>> On Sunday, May 15, 2016 at 9:57:26 PM UTC+1, John Orford wrote:
>>>
>>> Yeh the manual compiles are irksome
>>>
>>> Paul D  schrieb am So., 15. Mai 2016 17:07:
>>>
 It's not just serving the files, it's also debugging. It'd be pretty 
 sad if embedding Elm meant that you couldn't use its main (sole?) 
 development tool. I'm glad to hear that HTML support is coming back!


 On Sunday, May 15, 2016 at 3:16:07 AM UTC-6, John Watson wrote:
>
> Don't worry - I'm quite happy just serving it with Apache.
>
> On Sunday, 15 May 2016 01:29:06 UTC+1, Evan wrote:
>>
>> It's probably a mistake in how I added the "pretty" view. Like I've 
>> been saying to everyone about reactor, I needed to release without 
>> *everything* or I'd never get 0.17 out the door. Things will be 
>> fixed up later!
>>
>> On Sat, May 14, 2016 at 8:11 AM, John Watson  
>> wrote:
>>
>>> elm-reactor --version gives 0.17.0.  I'm running 64-bit Ubuntu.
>>>
>>> On Saturday, 14 May 2016 16:07:29 UTC+1, Joey Eremondi wrote:

 Can you verify what version of Elm reactor is being used? 
 On May 14, 2016 2:43 AM, "John Watson"  wrote:

> I'm affected by this, too.  If I compile with --output Main.html 
> then an Html file is produced with the new syntax of 
> Elm.Main.fullscreen(); 
> however elm reactor no longer serves it.  I need this to test HTTP 
> requests 
> which otherwise will give me CORS errors.  Am I missing something 
> obvious?
>
> On Friday, 13 May 2016 09:51:39 UTC+1, Paul D wrote:
>>
>> I'm using the fullscreen function to embed an Elm app in an HTML 
>> file. With Elm 0.16, I could run elm-reactor and then go to 
>> http://localhost:8080/myfile.html to use the app. After 
>> upgrading to Elm 0.17, elm-reactor no longer serves the HTML. 
>> Instead it 
>> just displays the file contents, much like view source would. Is 
>> this a bug 
>> or was that functionality deliberately removed?
>>
> -- 
> 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 elm-discuss...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
 -- 
>>> 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 elm-discuss...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> -- 
 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 elm-discuss...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>> -- 
>> 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 elm-discuss+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> Sent from Gmail Mobile
>

-- 
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [elm-discuss] Has elm reactor 0.17 dropped support for HTML files?

2016-06-28 Thread Stuart Axon
Is there an elm package command to upgrade to the beta ?

On Tuesday, June 28, 2016 at 8:23:49 PM UTC+1, Evan wrote:
>
> Try the 0.17.1 beta
>
> On Tuesday, June 28, 2016, Stuart Axon  
> wrote:
>
>> Hi,
>>I just started with elm and this is a bit confusing.   - I guess I 
>> need a separate http server for now to see the output ?
>>
>> So workflow - is:
>>
>> Compile, then refresh browser that is pointing at separate http server?
>>
>> S
>>
>>
>>
>> On Sunday, May 15, 2016 at 9:57:26 PM UTC+1, John Orford wrote:
>>>
>>> Yeh the manual compiles are irksome
>>>
>>> Paul D  schrieb am So., 15. Mai 2016 17:07:
>>>
 It's not just serving the files, it's also debugging. It'd be pretty 
 sad if embedding Elm meant that you couldn't use its main (sole?) 
 development tool. I'm glad to hear that HTML support is coming back!


 On Sunday, May 15, 2016 at 3:16:07 AM UTC-6, John Watson wrote:
>
> Don't worry - I'm quite happy just serving it with Apache.
>
> On Sunday, 15 May 2016 01:29:06 UTC+1, Evan wrote:
>>
>> It's probably a mistake in how I added the "pretty" view. Like I've 
>> been saying to everyone about reactor, I needed to release without 
>> *everything* or I'd never get 0.17 out the door. Things will be 
>> fixed up later!
>>
>> On Sat, May 14, 2016 at 8:11 AM, John Watson  
>> wrote:
>>
>>> elm-reactor --version gives 0.17.0.  I'm running 64-bit Ubuntu.
>>>
>>> On Saturday, 14 May 2016 16:07:29 UTC+1, Joey Eremondi wrote:

 Can you verify what version of Elm reactor is being used? 
 On May 14, 2016 2:43 AM, "John Watson"  wrote:

> I'm affected by this, too.  If I compile with --output Main.html 
> then an Html file is produced with the new syntax of 
> Elm.Main.fullscreen(); 
> however elm reactor no longer serves it.  I need this to test HTTP 
> requests 
> which otherwise will give me CORS errors.  Am I missing something 
> obvious?
>
> On Friday, 13 May 2016 09:51:39 UTC+1, Paul D wrote:
>>
>> I'm using the fullscreen function to embed an Elm app in an HTML 
>> file. With Elm 0.16, I could run elm-reactor and then go to 
>> http://localhost:8080/myfile.html to use the app. After 
>> upgrading to Elm 0.17, elm-reactor no longer serves the HTML. 
>> Instead it 
>> just displays the file contents, much like view source would. Is 
>> this a bug 
>> or was that functionality deliberately removed?
>>
> -- 
> 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 elm-discuss...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
 -- 
>>> 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 elm-discuss...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> -- 
 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 elm-discuss...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>> -- 
>> 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 elm-discuss+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> Sent from Gmail Mobile
>

-- 
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [elm-discuss] Has elm reactor 0.17 dropped support for HTML files?

2016-06-28 Thread Evan Czaplicki
Try the 0.17.1 beta

On Tuesday, June 28, 2016, Stuart Axon  wrote:

> Hi,
>I just started with elm and this is a bit confusing.   - I guess I need
> a separate http server for now to see the output ?
>
> So workflow - is:
>
> Compile, then refresh browser that is pointing at separate http server?
>
> S
>
>
>
> On Sunday, May 15, 2016 at 9:57:26 PM UTC+1, John Orford wrote:
>>
>> Yeh the manual compiles are irksome
>>
>> Paul D  schrieb am So., 15. Mai 2016 17:07:
>>
>>> It's not just serving the files, it's also debugging. It'd be pretty sad
>>> if embedding Elm meant that you couldn't use its main (sole?) development
>>> tool. I'm glad to hear that HTML support is coming back!
>>>
>>>
>>> On Sunday, May 15, 2016 at 3:16:07 AM UTC-6, John Watson wrote:

 Don't worry - I'm quite happy just serving it with Apache.

 On Sunday, 15 May 2016 01:29:06 UTC+1, Evan wrote:
>
> It's probably a mistake in how I added the "pretty" view. Like I've
> been saying to everyone about reactor, I needed to release without
> *everything* or I'd never get 0.17 out the door. Things will be fixed
> up later!
>
> On Sat, May 14, 2016 at 8:11 AM, John Watson 
> wrote:
>
>> elm-reactor --version gives 0.17.0.  I'm running 64-bit Ubuntu.
>>
>> On Saturday, 14 May 2016 16:07:29 UTC+1, Joey Eremondi wrote:
>>>
>>> Can you verify what version of Elm reactor is being used?
>>> On May 14, 2016 2:43 AM, "John Watson"  wrote:
>>>
 I'm affected by this, too.  If I compile with --output Main.html
 then an Html file is produced with the new syntax of 
 Elm.Main.fullscreen();
 however elm reactor no longer serves it.  I need this to test HTTP 
 requests
 which otherwise will give me CORS errors.  Am I missing something 
 obvious?

 On Friday, 13 May 2016 09:51:39 UTC+1, Paul D wrote:
>
> I'm using the fullscreen function to embed an Elm app in an HTML
> file. With Elm 0.16, I could run elm-reactor and then go to
> http://localhost:8080/myfile.html to use the app. After upgrading
> to Elm 0.17, elm-reactor no longer serves the HTML. Instead it just
> displays the file contents, much like view source would. Is this a 
> bug or
> was that functionality deliberately removed?
>
 --
 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 elm-discuss...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>> --
>> 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 elm-discuss...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
>>> 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 elm-discuss...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> 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 elm-discuss+unsubscr...@googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Sent from Gmail Mobile

-- 
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.