[elm-discuss] Re: Easy way to set up a caching proxy for github to make elm-install run faster?

2017-10-03 Thread Gusztáv Szikszai
> > I suppose another way would be to modify elm-install such that it take a > command line argument that tells it to skip checking for updates. Maybe -o > for offline mode. > There is one it's the --skip-update I've added it in the v1.6.0

[elm-discuss] Re: Drawing Directed Graphs (?) in Elm

2017-10-03 Thread Daniel García
Thanks Michael ! -- 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

[elm-discuss] Re: Easy way to set up a caching proxy for github to make elm-install run faster?

2017-10-03 Thread 'Rupert Smith' via Elm Discuss
On Tuesday, October 3, 2017 at 4:32:09 PM UTC+1, Rupert Smith wrote: > > I tend to use elm-install to manage my package dependencies, as it also > caches them locally. However, it needs to reach out to github to check for > any updates, each time it is run. I am working on a slow internet >

[elm-discuss] Easy way to set up a caching proxy for github to make elm-install run faster?

2017-10-03 Thread 'Rupert Smith' via Elm Discuss
I tend to use elm-install to manage my package dependencies, as it also caches them locally. However, it needs to reach out to github to check for any updates, each time it is run. I am working on a slow internet connection some of the time. Does anyone know of an easy way to set up a caching