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
Add new versions of Preferences trait methods (e.g. save(..) -> save_type(..)) that let users specify the type of data to be saved/loaded (e.g. UserCache, UserData). Would expand support for non-config data such as cache and logs. (They can already be stored, but don't usually belong in the same place as config data.)
The text was updated successfully, but these errors were encountered:
Add new versions of
Preferences
trait methods (e.g.save(..)
->save_type(..)
) that let users specify the type of data to be saved/loaded (e.g.UserCache
,UserData
). Would expand support for non-config data such as cache and logs. (They can already be stored, but don't usually belong in the same place as config data.)The text was updated successfully, but these errors were encountered: