Skip to content
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

Fix auto reload and simplify argument handling #17

Merged
merged 4 commits into from
Oct 2, 2024
Merged

Conversation

mccalluc
Copy link
Contributor

  • Fix Shiny auto reload not working #6
  • Drop the --debug flag and make watching the filesystem the default, and keep the default log level. We can revisit this when there's a need.
  • Move arg parsing down inside the app, and get rid of hacky config.json: sys.argv is accessible everywhere, so just wait to parse until the app has started.

mccalluc added a commit that referenced this pull request Sep 30, 2024
@mccalluc mccalluc mentioned this pull request Sep 30, 2024
@mccalluc mccalluc merged commit 53b0f88 into main Oct 2, 2024
2 checks passed
@mccalluc mccalluc deleted the 6-fix-auto-reload branch October 2, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shiny auto reload not working
2 participants