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
Sometimes it is necessary to separate parts of the application to avoid duplicated bindings (e.g. Plugins that share interfaces from the main application) or to ensure that some part can not have a side affect to other parts (e.g. to ensure that wrong scoping has no influence). In these cases you can use the Child Kernel extension, which forwards any unknown request to the parent kernel.