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 #29

Closed feldman4 closed 7 years ago

feldman4 commented 7 years ago

After updating, sidekick is not working for public packages. Sidekick still works for local functions. Uninstall + reinstall of the package and changing the cache directory did nothing.

feldman4 commented 7 years ago

Traced it back to a dependency in elm-package.json that isn't on http://package.elm-lang.org/ (contains Native code). It looks like failing to find that package's documentation caused all the other ones to fail.

halohalospecial commented 7 years ago

Hi @feldman4, I think your hunch is correct. Right now, elmjutsu is using Task.sequence for that part. Thanks for reporting this issue!