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 Sep 28, 2021. It is now read-only.
Since we strip characters not being unicode letters, numbers, hyphens or underscores we could potentially have naming collisions for objects.
An example of such a collision is:
where both names will be translated to
object-1resulting in only the last one being printed.