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
Right now configuration is half-mutable: you can change attributes on website, but if those settings affected anything in Configurable.__init__ then resetting the attribute will make the configuration inconsistent. On #472 we're leaning towards making config immutable.
The text was updated successfully, but these errors were encountered:
Right now configuration is half-mutable: you can change attributes on website, but if those settings affected anything in
Configurable.__init__
then resetting the attribute will make the configuration inconsistent. On #472 we're leaning towards making config immutable.The text was updated successfully, but these errors were encountered: