Anthony Clark
Anthony Clark
Ran into this issue and seems like it's still around. Actual: `Addressable::URI.unencode_component("%E2%84%A2", String, "%E2%84%A2") => "™"` Expected: `Addressable::URI.unencode_component("%E2%84%A2", String, "%E2%84%A2") => "%E2%84%A2"` @sporkmonger I know this issue is super old,...
Any chance this will be revisited?
>only supports one query parameter (`token`), so not sure about this? Yeah, I think there's the argument to just remove the `split` logic - only support the single param with...