gitfiti
gitfiti copied to clipboard
abusing github commit history for the lulz
Awesome project! I'm just getting up to speed on the idea and it looks like your contributions graph scrolls 1 "pixel" to the left each week, showing roughly a 52x7...
maybe someone else can set up multiple letters in a single go.
Could you please include some examples? The readme isn't the most clear and neither is the the wizard either. Its not the worst but I personally think that it could...
1. Git url changed from [email protected] to https://github.com - git@github was causing error: Permission denied (publickey) 2. git remote add command changed from git remote add [email protected]: to https://github.com/ 3....
A little while ago, I wrote a very similar service to this, which has a board in the same way, except you can choose to write text, or draw on...
testing-gitfiti
**The problem** There was a case where the code was using a manual file handler pitfall, where a file stream was being opened and closed manually. But since Python supports...
update parse_contributions_calendar function
Get the number of existing commits of the target profile and substract from the generated commits. Before this commit, color of commits may get messy when generated commits overlap the...
This pull request does the following things: 1. fix bug in ASCII_TO_NUMBER dict 2. changes formatting for Pep8 compatibility 3. Adds support for Python3 without breaking python 2.7+ 4. Adds...