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, if labelmaker attempts to operate on a label whose name is one or two periods, the URL construction via the url crate will strip the periods off (See servo/rust-url#874), leading to an HTTP error.
The text was updated successfully, but these errors were encountered:
Currently, if
labelmaker
attempts to operate on a label whose name is one or two periods, the URL construction via theurl
crate will strip the periods off (See servo/rust-url#874), leading to an HTTP error.The text was updated successfully, but these errors were encountered: