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
I'm trying to figure out how I can create a total downloads badge for a user with an underscore in their name. Example: Corgi_Taco.
Was wondering whether there's a way to escape said underscore somehow.
Cheers,
Griefed
The text was updated successfully, but these errors were encountered:
The F of %255F is lowered down and this leads to a failed underscore escaping. I think, this line is unnecessary and maybe when it is removed, it could work. :)
Couldn't we simply replace underscores with tildes in the syntax (ie. Corgi~Taco)? I'm pretty sure ~ characters are illegal for usernames but legal for urls. It feels kind of backwards, but it should go around the issue of having to redesign the app to allow for escape characters.
Another perhaps better option would be to move all of the style syntax to get parameters like https://cf.way2muchnoise.eu/author/full_way2muchnoise_downloads.svg => https://cf.way2muchnoise.eu/author/way2muchnoise.svg?style=full&suffix=downloads
That, of course, would break all backwards compatibility.
Hello way2muchnoise,
I'm trying to figure out how I can create a total downloads badge for a user with an underscore in their name. Example: Corgi_Taco.
Was wondering whether there's a way to escape said underscore somehow.
Cheers,
Griefed
The text was updated successfully, but these errors were encountered: