This repository was archived by the owner on Jun 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Widgets are not reporting data #358
Copy link
Copy link
Closed
Labels
Area-WidgetsRelated to in-package widgetsRelated to in-package widgetsIssue-BugSomething isn't working or needs investigationSomething isn't working or needs investigationIssue-ExternalRelated to a feature outside this repositoryRelated to a feature outside this repositoryPriority-0Bug that's considered release-blockingBug that's considered release-blockingResolution-Fix-CommittedFix is checked in, but may take 3-4 weeks before it's in a releaseFix is checked in, but may take 3-4 weeks before it's in a release
Milestone
Metadata
Metadata
Assignees
Labels
Area-WidgetsRelated to in-package widgetsRelated to in-package widgetsIssue-BugSomething isn't working or needs investigationSomething isn't working or needs investigationIssue-ExternalRelated to a feature outside this repositoryRelated to a feature outside this repositoryPriority-0Bug that's considered release-blockingBug that's considered release-blockingResolution-Fix-CommittedFix is checked in, but may take 3-4 weeks before it's in a releaseFix is checked in, but may take 3-4 weeks before it's in a release
Type
Fields
Give feedbackNo fields configured for issues without a type.
Dev Home version
All versions
Steps to reproduce the bug
The number of issues on GitHub as a whole has surpassed the number that can be contained by an
int, which is causing exceptions everywhere Octokit is used. See octokit/octokit.net#2889. The solution is to update Octokit to version 10, which uses 'long' instead of 'int'.