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
Following #550 , I was wondering if it would be worth having an interface in the future that allows use of different datastores (with a single user default already in the fg object):
# already exists since #550addData!(fg, :x1, data..)
# vs. also being able to immediately also push to an alternate datastoreaddData!(fg, :x1, data.., datastore=myAltDatastore)