Rick Staa

Results 1034 comments of Rick Staa

Closing this since we have included all the currently available methods for creating a dynamic theme in documentation #2229 (see https://github.com/anuraghazra/github-readme-stats#responsive-card-theme).

@anuraghazra Makes sense. I opened this as a response to https://github.com/anuraghazra/github-readme-stats/discussions/945#discussioncomment-489459 when I was cleaning up the discussions page. Let's use this issue to check if there is enough support...

@sasankaweera123 I currently do not have the time to implement this myself. However, since it is one of the [top requested](https://github.com/anuraghazra/github-readme-stats/issues/1935) features, feel free to create a pull request and...

If someone wants to tackle this, https://github.com/d3/d3-shape#pies is a good package that can be used for creating pie charts. An example can be found [here](https://github.com/vn7n24fzkq/github-profile-summary-cards/blob/b67d461cd1a7f5472c4beedfcd1a821a944c64e7/src/templates/donut-chart-card.ts#L6).

Great! I assigned you to the issue! 🚀

@sasankaweera123 Good one! [Summary Cards](https://github.com/vn7n24fzkq/github-profile-summary-cards) is a good code example of how this feature can be added to GRS.

@arndom O no, that was a simple example draft @HPaulson made in https://github.com/anuraghazra/github-readme-stats/discussions/945. I just copied it here to explain the idea. I think the pie chart should be an...

Great. It could also be implemented like the `hide_rank` option in the stats card where the card is the same, but the pie chart is added. ```md [![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true)](https://github.com/anuraghazra/github-readme-stats)...

@JmKanmo Thanks for your issue. We are aware of the inaccuracy of the language card. Limitations of the current GraphQL implementation cause it (see #1803 and https://github.com/anuraghazra/github-readme-stats/pull/1122#issuecomment-1152066225 for more information)....

To summarize the following things can be done to improve the language card: - Fetch all repositories instead of only the first 100 (see #1852). - Giving users the ability...