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
PR #103 added loading schemata using module names, denoted with braces (e.g., "{idelib.schemata}mide_manifest.xml"). Braces are actually allowed in paths, so there's a non-zero chance of paths being mistaken for package names and vise versa.
PR #103 added loading schemata using module names, denoted with braces (e.g.,
"{idelib.schemata}mide_manifest.xml"). Braces are actually allowed in paths, so there's a non-zero chance of paths being mistaken for package names and vise versa.