-
-
Notifications
You must be signed in to change notification settings - Fork 16
Add monthly featured developer showcase #124
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
Closed
Aashish-Jha-11
wants to merge
19
commits into
john-bampton:main
from
Aashish-Jha-11:feature/monthly-featured-developer
Closed
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
37e4ecf
Add monthly featured developer showcase
Aashish-Jha-11 5912f7c
Fix: Improve label readability and remove JSON indentation
Aashish-Jha-11 129a53d
Fix: Make stat labels fully visible with stronger styling
Aashish-Jha-11 5edf300
Merge branch 'main' into feature/monthly-featured-developer
Aashish-Jha-11 083ffff
Fix: Apply black and isort formatting to Python files
Aashish-Jha-11 a699a76
Add cache duration handling for JSON files
Aashish-Jha-11 8bf823d
Merge branch 'main' into feature/monthly-featured-developer
Aashish-Jha-11 e695284
Fix linter issues from code review
Aashish-Jha-11 e6d8604
Fix: Remove duplicate .stat-label CSS causing gray text issue
Aashish-Jha-11 9bd4c93
Merge upstream/main and resolve conflicts in styles.css
Aashish-Jha-11 1539eb6
Fix linter errors: black, prettier, ruff formatting
Aashish-Jha-11 e1425fc
Merge upstream/main - resolve conflicts keeping feature branch changes
Aashish-Jha-11 450656a
Apply all linter fixes: prettier (CSS, JS, HTML, YAML, MD), ruff format
Aashish-Jha-11 a0e254d
Merge upstream/main - resolve conflicts, keep feature code
Aashish-Jha-11 d4a08db
Fix DeepSource issues: enable jinja2 autoescape, use logging params
Aashish-Jha-11 ddeb7eb
Fix Python syntax errors: properly convert all logging f-strings
Aashish-Jha-11 3b06805
Fix final 2 Python logging f-strings
Aashish-Jha-11 4e08e3b
Fix JS linting: replace == with === for strict equality
Aashish-Jha-11 5a5343f
Merge upstream/main: add sitemap and safe_path functions
Aashish-Jha-11 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,66 @@ | ||
| { | ||
| "user": { | ||
| "login": "torvalds", | ||
| "id": 1024025, | ||
| "node_id": "MDQ6VXNlcjEwMjQwMjU=", | ||
| "avatar_url": "https://avatars.githubusercontent.com/u/1024025?v=4", | ||
| "gravatar_id": "", | ||
| "url": "https://api.github.com/users/torvalds", | ||
| "html_url": "https://github.com/torvalds", | ||
| "followers_url": "https://api.github.com/users/torvalds/followers", | ||
| "following_url": "https://api.github.com/users/torvalds/following{/other_user}", | ||
| "gists_url": "https://api.github.com/users/torvalds/gists{/gist_id}", | ||
| "starred_url": "https://api.github.com/users/torvalds/starred{/owner}{/repo}", | ||
| "subscriptions_url": "https://api.github.com/users/torvalds/subscriptions", | ||
| "organizations_url": "https://api.github.com/users/torvalds/orgs", | ||
| "repos_url": "https://api.github.com/users/torvalds/repos", | ||
| "events_url": "https://api.github.com/users/torvalds/events{/privacy}", | ||
| "received_events_url": "https://api.github.com/users/torvalds/received_events", | ||
| "type": "User", | ||
| "user_view_type": "public", | ||
| "site_admin": false, | ||
| "score": 1.0, | ||
| "followers": 266192, | ||
| "following": 0, | ||
| "location": "Portland, OR", | ||
| "name": "Linus Torvalds", | ||
| "public_repos": 9, | ||
| "public_gists": 1, | ||
| "sponsors_count": 0, | ||
| "sponsoring_count": 0, | ||
| "avatar_updated_at": "2025-11-24T04:16:14Z", | ||
| "top_languages": [ | ||
| { | ||
| "name": "C", | ||
| "bytes": 1384925448, | ||
| "percent": 97.7 | ||
| }, | ||
| { | ||
| "name": "Assembly", | ||
| "bytes": 9727594, | ||
| "percent": 0.7 | ||
| }, | ||
| { | ||
| "name": "Shell", | ||
| "bytes": 5784810, | ||
| "percent": 0.4 | ||
| }, | ||
| { | ||
| "name": "Rust", | ||
| "bytes": 4587698, | ||
| "percent": 0.3 | ||
| }, | ||
| { | ||
| "name": "Python", | ||
| "bytes": 3805691, | ||
| "percent": 0.3 | ||
| } | ||
| ], | ||
| "total_stars": 217154, | ||
| "last_repo_pushed_at": "2025-12-16T08:05:45Z", | ||
| "last_public_commit_at": "2025-12-16T08:05:46Z", | ||
| "engagement_score": 74.97144444444444 | ||
| }, | ||
| "selected_at": "2025-12-17T13:51:40.820097+00:00", | ||
| "month": "December 2025" | ||
| } |
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.