-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: show warning about private profile when there are 0 stats
Future improvement: Right now, in their api, github does not expose the information about whether the user has made there profile private or not. If they do so, we can update the logic to avoid making stats API call if the profile is private and the user's token is not there.
- Loading branch information
1 parent
4653f19
commit 20042a9
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[pep8] | ||
indent-size = 2 | ||
indent-size = 4 | ||
max-line-length = 100 |