You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Github API form contributors1per_page parameter has a max 100
When fetching contributors2 the per_page parameter is set to 999.
Based upon the 999 param, the assumption is that this was intended to display all contributors, this is not the case.
In order to display all contributors, fetching multiple pages would be required.
The Github API form contributors1
per_page
parameter has a max 100When fetching contributors2 the
per_page
parameter is set to 999.Based upon the 999 param, the assumption is that this was intended to display all contributors, this is not the case.
In order to display all contributors, fetching multiple pages would be required.
Footnotes
https://docs.github.com/en/rest/reference/repos#list-repository-contributors ↩
https://github.com/date-fns/date-fns.org/blob/2d8ebd496a093135b1b9ec8b52b440ac45634b1a/src/utils/useContributors/index.ts#L5 ↩
The text was updated successfully, but these errors were encountered: