-
-
Notifications
You must be signed in to change notification settings - Fork 166
Known issues
Rob Garrison edited this page Mar 24, 2020
·
4 revisions
GitHub Show Repo Issues is missing some repos!
- Also known as GitHub issue counts.
- 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.
GitHub Code Guides are broken in Chrome!
-
RESOLVED! Chrome has fixed this rendering bug! 🎉
-
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: GitHub-userscripts issue #10 comment.
- Bug as reported to Chromium: bugs.chromium.org #729727.
-
The guides will flicker as the page is resized