-
-
Notifications
You must be signed in to change notification settings - Fork 170
Known issues
Rob Garrison edited this page May 14, 2018
·
4 revisions
GitHub Code Guides are broken in Chrome!
-
You may not see any guides, or the guides are ugly and blurry.
-
The problem is an issue with Webkit's linear gradient rendering.
- Original issue: https://github.com/Mottie/GitHub-userscripts/issues/10#issuecomment-313202506.
- Bug as reported to Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=729727.
-
The guides will flicker as the page is resized
GitHub Show Repo Issues (GitHub issue counts) are not showing in all repos!
- This userscript uses GitHub's REST API v3 because their GraphQL API v4 requires an authentication token; adding this token would be quite a hassle for the end user.
- Sadly the REST API response for a user's list of repositories only includes thirty (random?) repositories and sometimes not all of a user's repositories are included.
- This is currently the only userscript with this problem.