Open yashsehgal opened 1 month ago
@yashsehgal maybe I can work on this
Hi @akshatvirmani - For sure, would love to assign you this one. If sounds good, we can discuss this one in our weekly issue discussion meeting on the upcoming Wednesday. Let's try to debug and find the issue on-call and then we can raise a fix for the same.
Hello, Great! See you tomorrow then!
The language distribution calculation for pinned repositories is not working as expected. When trying to get the language distribution for pinned repos, the result is an empty array.
Example of the issue:
Possible cause: The GraphQL query for pinned repos only fetches
primaryLanguage
, but thecalculateLanguageDistribution
function expects alanguage
property.Possible fix can be something like,
This change should make the pinned repos data structure compatible with the language distribution function.