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
It might be easier to manage in combination with the global config if it's stored in a separately editable JSON blob .starscope.json beside the DB instead of inside the DB itself.
The text was updated successfully, but these errors were encountered:
This is more convenient, and we no longer run into weird symbol/string issues
now that we aren't forcing all hash-keys to symbols when loading the JSON.
Also more strictly validate the DB in some tests.
It might be easier to manage in combination with the global config if it's stored in a separately editable JSON blob
.starscope.json
beside the DB instead of inside the DB itself.The text was updated successfully, but these errors were encountered: