Hayden Schiff
Hayden Schiff
I've joined quite a few groups with this version of the script, and the captchas seem basically the same in terms of difficulty. My fork does load the search page...
Just did some calculations -- even before any SVG optimization, the average country/subdivision SVG is 68.8912 KB (calculated with [this gawk command](https://stackoverflow.com/a/9195613/992504)). If I served 1,000,000 SVG flags every month,...
Yep, and I definitely want to continue to support that use case as well. I just want to make sure there's always the option to use these flags without needing...
@rlenders I figured I should let you know since you have a fork -- I'm making some pretty radical changes, and I probably won't be able to merge any PRs...
Ooh hadn't thought about storing Wikipedia links, good idea. I'm not sure I want pulling updates from Wikipedia to be entirely automatic, but I'd at least want to be monitoring...
Ahhh, thank you! I knew there had to be an international standard for cities! I had been planning on using FIPS codes for cities and just being forced to say...
FYI, I've been writing up a lot of notes on how I'm gonna implement this; if you're curious, they're here: [miscnotes.md](https://github.com/oxguy3/flags/blob/master/miscnotes.md) ([commit d160147](https://github.com/oxguy3/flags/commit/d160147e73e8a65eee7ead2f08b0c62ce41fa885))
No this isn't done currently; never got around to it. The SVGs are currently just directly how they appeared in Wikipedia (and Wikipedia editors generally oppose hosting optimized SVGs). I'll...
Sure, if you don't mind making that PR, I'd be incredibly appreciative.
Hey, before you bother with the SVG optimization -- I think what might be preferable is for me to setup a build script for the public version of the repository...