You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
required=True is of little use if it only raises exception when user attempts to retrieve the value. Instead, should be a way for user to validate all configuration items once they have finished loading configuration with an explicit config.validate() call. This should not happen automatically because you never know when user has finished initialising and loading the configuration.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
required=True
is of little use if it only raises exception when user attempts to retrieve the value. Instead, should be a way for user to validate all configuration items once they have finished loading configuration with an explicitconfig.validate()
call. This should not happen automatically because you never know when user has finished initialising and loading the configuration.The text was updated successfully, but these errors were encountered: