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 would be nice to have the type signature createUniverseWatcher(key: keyof Universe). This means the watcher has to be aware of the universe type, so it must be injected.
A plugin would be restricted to only watching parts of the universe it creates, or of plugins it depends on (plugin dependencies TBD).
The text was updated successfully, but these errors were encountered:
It would be nice to have the type signature
createUniverseWatcher(key: keyof Universe)
. This means the watcher has to be aware of the universe type, so it must be injected.A plugin would be restricted to only watching parts of the universe it creates, or of plugins it depends on (plugin dependencies TBD).
The text was updated successfully, but these errors were encountered: