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
📚 Is your documentation request related to a problem?
The homepage displays a contributors count, I assume this is meant to be the total contributors of this project, but the request https://ungh.cc/repos/nuxt/scripts/contributors is limited to return the default paginated amount of contributors (30).
I suppose ungh should allow passing query parameters to raise this, but the max results you can query is 100 (https://api.github.com/repos/nuxt/scripts/contributors?per_page=100). I'll open an issue there as well.
With unjs/ungh#76 the count per page could be raised and make it possible to get the results through multiple requests.
This issue is not a big deal (right now in this repo with 32 contributors) but figured it would look nicer with an accurate count, and prevent confusion across modules showing the same!
📚 Is your documentation request related to a problem?
The homepage displays a contributors count, I assume this is meant to be the total contributors of this project, but the request
https://ungh.cc/repos/nuxt/scripts/contributors
is limited to return the default paginated amount of contributors (30).I suppose ungh should allow passing query parameters to raise this, but the max results you can query is 100 (
https://api.github.com/repos/nuxt/scripts/contributors?per_page=100
). I'll open an issue there as well.🔍 Where should you find it?
https://scripts.nuxt.com/
ℹ️ Additional context
I'm working on improving https://i18n.nuxtjs.org/ and came across this while checking if I could add a contributor count/appreciation section.
The text was updated successfully, but these errors were encountered: