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
Currently, all potentially usable packages are imported with the sempipes package, leading to >15s for the import. We need to find a fix for this by either cutting down the dependencies, or moving to some kind of dynamic import.
Currently, all potentially usable packages are imported with the
sempipespackage, leading to >15s for the import. We need to find a fix for this by either cutting down the dependencies, or moving to some kind of dynamic import.