ruff
3e2da64f - Make the default settings try harder to avoid crashes

Commit
78 days ago
Make the default settings try harder to avoid crashes This introduces a safe_mode to our settings type that tells our initialization code to more aggressively believe Settings Failure Is Not An Error. This allows the full settings initialization logic to be used as much as possible for the default database while trying to keep any discarded results as narrow as possible for graceful degradation. Finally, Python has SFINAE.
References
Author
Parents
Loading