-
Notifications
You must be signed in to change notification settings - Fork 784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ember docset issue #1160
Comments
The original URL is: https://api.emberjs.com/ember/3.13/functions/@ember%2Futils/isBlank |
Okay, I have it working with my PoC built-in HTTP server. So far wasn't able to spot issues with any docsets, might push the change after a bit of more testing. |
I've create PR #1182, which should address this bug, please test. |
Unfortunately I can't test that. I don't have the environment to compile. Sorry and thank you for the effort. |
AppVeyor produces binary artifacts for everything, for this PR you can pick build job here, and then switch to the Artifacts tab. |
OK. I've tested and I can confirm this issue has been fixed. Thank you. |
In ember docset some functions search throws error message:
Error opening C:/Users/Khons/AppData/Local/Zeal/Zeal/docsets/EmberJS.docset/Contents/Resources/Documents/api.emberjs.com/ember/3.13/functions/@ember%252Futils/isBlank.html: System cannot find the specified path
And yes this path is not exist.
Original path is:
C:\Users\Khons\AppData\Local\Zeal\Zeal\docsets\EmberJS.docset\Contents\Resources\Documents\api.emberjs.com\ember\3.13\functions@ember%2Futils\isBlank.html
Something weird with %252F and %2F
Thank you.
The text was updated successfully, but these errors were encountered: