anuraghazra / github-readme-stats

:zap: Dynamically generated stats for your github readmes
https://github-readme-stats.vercel.app
MIT License
68.56k stars 22.52k forks source link

Top Language Card | exclude_repo param isn't accounted for under eight-theta path #3807

Closed roeishc closed 3 months ago

roeishc commented 3 months ago

Describe the bug

Under the following path: https://github-readme-stats-eight-theta.vercel.app/api/top-langs/?username=roeishc&exclude_repo=human-activity-recognition The repository that I added to exclude_repo is still accounted for.

However, under the following path: https://github-readme-stats.vercel.app/api/top-langs/?username=roeishc&exclude_repo=human-activity-recognition The repository is ignored.

Expected behavior

Repository language(s) ignored in both paths.

Screenshots / Live demo link

Not working (with eight-theta in path):

screenshot in case the markdown image doesn't work: image

Working (without eight-theta in path):

screenshot in case the markdown image doesn't work: image

Additional context

I'm new to this repository (which is amazing by the way, thanks!), so maybe the eight-theta path is deprecated and I'm not aware.