-
Notifications
You must be signed in to change notification settings - Fork 47
Remove the zero star constraint? #127
Comments
Indeed there is room for improvement here. The constraint came in because some users like to fork many repositories without actually contributing to these projects and their profiles would otherwise end up being unnecessarily resource-consuming to refresh every day. So early in the daily refreshing-process we skip repositories with no stars. One quick improvement I see would be to have this constraint only on forks, not on original repos. This could be even improved later but this would be a very easy move for now. What do you think? |
Yeah, that does seem right. But in general I feel there is not one-size-fits-all solution here. Everyone has their own ways of arranging forks etc. - some people create an entirely separate account just for forking, like: https://github.com/evandroforks Maybe there could be some user specific config when they're creating a ghuser profile. So, they would check boxes like: |
👍 indeed this could be in the user settings |
I have found that https://github.com/ghuser-io/ghuser.io#some-of-my-repos-are-not-showing-up-on-my-profile-why doesn't appear to be accurate. Repos I opened, and then starred, have still not shown up on my profile after refreshes. Meanwhile, I do have a zero-star repo that appears on my profile. |
@ocdtrekkie same here |
Starred repos that are not on my ghuser.io profile: |
@brillout regarding a chat we had a few days ago where we suspected the unofficial API crawler to be the root cause: it's not the case, it successfully discovered So the bug must be in my code later in the data pipeline where I crawl the official API and perform calculations and populate the rest of the DB. (It might even be in the front-end but it's more likely to be in my scripts I'd say) I'm working on it :) I expect to have this fixed somewhere this week-end. |
Ok cool:) |
Indeed I found it, it's a nasty mistake from me leading to this effect: once I crawl a repo with zero stars, I never crawl it again :( I have a fix ready and I'll now start the crawler with that fix and hopefully these missing repos will pop up on your profiles tomorrow. |
|
(I'm keeping this issue open for the original topic, which was about removing the zero star constraint.) |
I never star my own repositories, and know a few people who don't either.
So a bunch of them may have no stars at all, but I'd still like to have them displayed.
The text was updated successfully, but these errors were encountered: