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
When converting an address into a file/folder name, the strategy is to replace any : with ~ (eg: localhost:25565 becomes localhost~25565), but is this sufficient? And do we know of any premade tools that we can use for this?
When converting an address into a file/folder name, the strategy is to replace any
:with~(eg:localhost:25565becomeslocalhost~25565), but is this sufficient? And do we know of any premade tools that we can use for this?