-
Notifications
You must be signed in to change notification settings - Fork 42
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 for hanging when run in an off-line environment #183
base: main
Are you sure you want to change the base?
Fix for hanging when run in an off-line environment #183
Commits on Sep 14, 2024
-
Add a timeout to requests on check_for_updates, default 10 but can be…
… set optionally. added PEP 585 type hints to functions in module.
Configuration menu - View commit details
-
Copy full SHA for 7f12c0c - Browse repository at this point
Copy the full SHA 7f12c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47d31f0 - Browse repository at this point
Copy the full SHA 47d31f0View commit details
Commits on Sep 17, 2024
-
instead of fail gracefully, pass a warning through logging. by loggin…
…g default settings this warning should be displayed
Configuration menu - View commit details
-
Copy full SHA for 6261b29 - Browse repository at this point
Copy the full SHA 6261b29View commit details -
try to add a timeout with warning onto the tracking call to support t…
…he fully offline mode since its getting hit dispite disabiling tracking
Configuration menu - View commit details
-
Copy full SHA for 22c07d2 - Browse repository at this point
Copy the full SHA 22c07d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a10057b - Browse repository at this point
Copy the full SHA a10057bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1baf6e6 - Browse repository at this point
Copy the full SHA 1baf6e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f88a773 - Browse repository at this point
Copy the full SHA f88a773View commit details -
put tracking back to the way it was but fix its bug where it sets con…
…stants to a string which is assumed to a bool causing it to always evaluate to true
Configuration menu - View commit details
-
Copy full SHA for 9866329 - Browse repository at this point
Copy the full SHA 9866329View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3778d - Browse repository at this point
Copy the full SHA 1a3778dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c847769 - Browse repository at this point
Copy the full SHA c847769View commit details
Commits on Sep 18, 2024
-
notice that code expects None could be a valid setting for the config…
…uration, so don't cast to a bool when checking that
Configuration menu - View commit details
-
Copy full SHA for 3b2fb3d - Browse repository at this point
Copy the full SHA 3b2fb3dView commit details