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's difficult to enforce obligatory namespaces because module names are Python identifiers (i.e. consist of alphanumeric characters and underscores) which makes it hard to decide on a naming convention. There is no special character that can be used exclusively to divide the namespace from the name.
No, annotations automatically get the plugin name as a prefix (or rather, the part before "." doesn't get removed) in case there is a conflict with another annotation name.
Our own plugin modules could use the namespace
sb
orsbx
.The text was updated successfully, but these errors were encountered: