-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: ASCII art for empty contribution shows grid filled with all high-level blocks #50
Comments
An interesting bug, thanks @siddharthkoli 🙏. I think the code normalises based on all contributions that have come back, so if you pick an empty year, then 'everything' would appear the same. Replicated on my side, so I'll remove the triage label. Could be a good issue if anyone is up for taking a look at this one! I assume the expected behaviour would be to see a grid of gaps, rather than a grid of blocks? So I think an approach to a fix could be checking whether there were any contributions throughout that period. |
Can I work on this please? I was looking for good first issues for contributing. 🙂 |
The same as -f flag in the screenshot? A grid of gaps is essentially empty right? |
That would be great, thank you 🎉 🙏
Yep, exactly that 😄 I think the difference with |
GitHub CLI Version
2.63.2
gh-skyline Version
0.0.4
What Operating System are you seeing the problem on?
Linux
What happened?
Running the extension for an empty contribution graph gives a grid filled with all high-level blocks.
I ran it with
-u chrisreddington
and-y 2013
.Running with
-f
however outputs blank blocks.Is that the expected behaviour or a bug?
PS: I ran it on Codespaces
The text was updated successfully, but these errors were encountered: