Waka Card: Compact mode does not work with Lang Count
See original GitHub issueDescribe the bug
When using the waka card widget, the langs_count
limits the number of languages that appear. This works as expected in the default/normal layout mode.
Expected behavior
When layout=compact
is set, the layout of the widget should change the compact version. Since there is the langs_count
setting, it should only show a certain number of languages. This seems to work with the Top Languages card
Screenshots / Live demo link (paste the github-readme-stats link as markdown image)
https://github-readme-stats.vercel.app/api/wakatime?username=Nathan13888&langs_count=8&hide_border=true&bg_color=282a36&title_color=fdaaaa&text_color=fdaaaa&icon_color=fdaaaa
(works as expected)
https://github-readme-stats.vercel.app/api/wakatime?username=Nathan13888&langs_count=8&layout=compact&hide_border=true&bg_color=282a36&title_color=fdaaaa&text_color=fdaaaa&icon_color=fdaaaa
(langs_count
seems ignored or not applied)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5 (4 by maintainers)
Top GitHub Comments
Ah i see. @florianbussmann Thanks for the PR. I totally missed it. Will review and merge today.
Hi @Nathan13888 thanks for reporting the issue we will look into it.