halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

Failed to download package docs behind corporate proxy #83

Open GarrettFleischer opened 7 years ago

GarrettFleischer commented 7 years ago

As can be seen in the image below, elmjutsu seems to ignore the proxy settings for Atom to retrieve package docs. Issue #67 suggested manually acquiring them and placing them in the elmjutsu cache directory. Where is the cache directory located?

This error gets rather annoying as it pops up every time I open an elm file.

image

halohalospecial commented 7 years ago

Hi @GarrettFleischer, you can configure the Cache Directory in the Settings view. You can also check out https://github.com/halohalospecial/atom-elmjutsu#feature-details for more details about the cache directory.

GarrettFleischer commented 7 years ago

@halohalospecial Thanks for the response!

Not sure how I missed the obviously labeled setting while looking directly at it at least 3 times. >_< Now that I know where the directory is I was able to download the docs on my home pc and transport them via usb.

Any chance of getting a fix for this issue at some point?

Thanks! -Garrett Fleischer