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
{{ message }}
This repository was archived by the owner on Jun 1, 2026. It is now read-only.
Namespace Identifiers (NSIDs) are treated as strings, when they could be made into a hardcast object with validation. Originally, I kept it as strings since there were implementations in the wild that did not map to it, making an object not worth doing without risk of something exploding during normal operation, but now is probably a good time to make it an actual object with validation.
Namespace Identifiers (NSIDs) are treated as strings, when they could be made into a hardcast object with validation. Originally, I kept it as strings since there were implementations in the wild that did not map to it, making an object not worth doing without risk of something exploding during normal operation, but now is probably a good time to make it an actual object with validation.