(all-in-one); latest: Startup argument swap as requested in #57#59
Open
comfy-home wants to merge 15 commits into
Open
(all-in-one); latest: Startup argument swap as requested in #57#59comfy-home wants to merge 15 commits into
comfy-home wants to merge 15 commits into
Conversation
--- * Token parsed automatically, and user name pre-filled. * add `username = "your-git-username"` to secrets.toml
…tate handling in sidebar
Update/readme
Credential parsing fixes
fix: correct contribution count calculation in process_contribution_data
--- start-up commands: `streamlit run app.py` * checks your own stats (backend passes your creds from secrets.toml) `streamlit run app.py -- inspect` * start server in inspect mode, so user can view stats of any GitHub user. It's not auto-opened in default browser `streamlit run app.py --server.headless false -- inspect` * opens dashboard in default browser in inspect mode, so user can view stats of any GitHub user
ENH: inspect mode for viewer functionality
This was referenced Apr 1, 2026
Closed
Contributor
Author
|
*edit: just updated README file |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merge either this PR, or #57
I'll send you my reply into #57, please, read before merging (then discard the one you decided not to use)
What this PR does:
all discussed changes + what you asked for:
streamlit run app.py→ starts local server with the same behaviour as your deployed version (without automatic load of user stats - it's empty)streamlit run app.py -- mystats→ starts local server with pre-filled credentials from env files