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 was archived by the owner on Jun 20, 2024. It is now read-only.
It looks like the settings are serialized to and from a file, however it would be nice to have control over where the data is being loaded and saved to (i.e. a data store, in memory, etc.). It would be helpful to have optional callbacks in the constructor that would handle saving and loading the serialized data, if omitted then file persistence would be required.