Hacker News new | ask | show | jobs
by alexey2020 1974 days ago
Thanks for valuable feedback! I'm always glad and eager to hear such meaningful comments.

> - I think Contributors per year and Releases per year, could be monthly or quarterly as it's more granular and yearly change doesn't say much for libraries that are only there for 1-2 years. I need to give it another thought, might be it makes sense to change it the way you suggest

> - Also the history-back makes the url change but doesn't get reflected in the page Yes, I know about that problem, haven't had time yet to fix it - there were more important things to implement. But it's on my agenda. BTW you are first who comments about it )

> - A "clear all" button would be nice Agree. It'll be there soon.

> - It would be nice to merge some libraries, because sometimes a library changes it's name and it would be nice to merge the statistics. In the mentioned case the packages point to 2 different GitHub repositories with different owners. So I don't see what could be merged there and why it needs to be merged. Maybe you have a better example to understand the problem?

1 comments

The stats of the libraries are essentially the same lib but they renamed it and put it to an organisation. It’s mentioned in the es-dev-server. Same goes for prisma and prisma-2.

Another thing, maybe “trendiness” is a nice metric. Could be based on the amount of stars it receives in a given month. Not sure where to get the data from though. Such metric could show a comparison of what’s in decline and what’s on the rise.

Well, I see that stats for es-dev-server/@web/dev-server and prisma/prisma-2 are completely different. Bundle size is different, languages is different. I think it's fair enough to treat them as different packages. For example, AngularJS and Angular are also totally different frameworks. And it can be also useful for example to check stats for the old package, because it might be in use for a long time and people might be interested in tracking its stats.

>maybe “trendiness” is a nice metric Good suggestion, thanks! I will look into it