NFIBrokerage / slipstream

A slick WebSocket client for Phoenix Channels
https://hex.pm/packages/slipstream
Apache License 2.0
160 stars 18 forks source link

Cannot install docs with Dash #31

Closed jjcarstens closed 3 years ago

jjcarstens commented 3 years ago

I heavily use Dash for local doc storage and it can't seem to download the latest versions of the hex docs.

So..I really have no idea why this would be happening, it could be problem with dash itself. But reporting just in case there is something to fix.

FWIW v0.5.2 was the last doc version to work. >= 0.5.3 seems to be broken

Ill investigate a bit more, but just as an FYI for posterity.. image

jjcarstens commented 3 years ago

So I think this might be a Dash issue being unable to handle custom sections, which is why the Synchronous Functions custom section doesn't work here.

I've contacted them which says responses are typically within 24 hours. Will update this when I hear something

the-mikedavis commented 3 years ago

oo Dash looks really cool. If I weren't on linux these days I'd be downloading it right now! :grin:

makes sense that v0.5.3 would break it, that's when all that grouping happened: 3ad2aef

really the only reason I did that was I found that option in the ex_docs documentation and thought it was cool, but really it's totally cosmetic

I don't mind reverting 3ad2aef to unbreak your workflow, but I can hold off on that until you hear back from the Dash folks just in case they want to try it out themselves against slipstream :+1:

jjcarstens commented 3 years ago

So, support from Dash got back. Turns out it was a Dash error that has now been fixed 🙌