-
Notifications
You must be signed in to change notification settings - Fork 211
"Releases by Stars" should only show one crate per github repository #985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Would it help if we deduplicated the releases and showed at most 1 release per crate? Then instead of 10 copies of |
Yes, I think that would already help a lot. |
Hmm, #989 addressed the first point but not the second, it would be nice to group crates by workspace. That seems like a lot more work, though. |
One way to do it might be to group by repository url (especially since that's what determines the "stars"). |
Oh wow. Thank you for implementing that so quickly :) I wanted to take a look at implementing it this evening. I consider this issue solved for now. Grouping crates by repository was just an idea, but for most crates/repositories not that relevant Feel free to keep the issue open though if you like the idea. |
Thank you for providing this great site for the Rust ecosystem.
docs.rs has the page where is shows all releases sorted by Github stars. The pages have become so crowded that it is very hard to see anything in them anymore. As an admittedly extreme example, the pages from page 9 to page 210 contain different versions of the
rustc-ap-*
crates.I see two problems there:
deno
andrustc-ap-*
ones are part of a collection of crates which are all managed in the same repository. As such they all have the same number of stars and appear next to each other in the list. This can also be on purpose. Grouping into some repository entry, which can list multiple crates could also be a solution.The text was updated successfully, but these errors were encountered: