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 Jul 9, 2022. It is now read-only.
Right now, the config parsing just (safely) deserializes the YAML file and provides a dictionary with the values.
Ideally, this would be parsed into classes and allow safer, guaranteed values to be available. This would allow default values and items to be removed from the config, and would make using the config easier.
The text was updated successfully, but these errors were encountered:
Right now, the config parsing just (safely) deserializes the YAML file and provides a dictionary with the values.
Ideally, this would be parsed into classes and allow safer, guaranteed values to be available. This would allow default values and items to be removed from the config, and would make using the config easier.
The text was updated successfully, but these errors were encountered: