Nate Weaver
Nate Weaver
WIP for issue #316. I tried to make as few changes to the pre-existing files as possible; most stuff is in extensions in separate files. The only existing API changes...
`URLComponents` on Ventura and up properly encode the host using Punycode (Monterey and under incorrectly percent-encode/decode the host parts). Note: `URL` on Sonoma and up (will) directly support Punycoding also,...
I'd find it useful to be able to filter generators via text input. E.g., type "zelda" and have only the generators matching "zelda" (case-insensitive) visible. I've got a branch with...