acceptable alternative to using flags: SERVE_ADDR = cmp.Or(os.Getenv("LIGMOTES_API"), ":8080")
Flags are supported everywhere. I can't use your env thing for local testing on my Windows PC, because the way you set environment variables in PowerShell is a totally different syntax.
There…
The default value of the flag is the value for dev. Other environments have scripts that launch them.
Just having this be the default value for a flag would be better imo. Having to care about env is just extra steps at this point, especially when we don't get a default otherwise.
(Going…
Mirroring from discord.
The only interactions that 98% of users will use are searching and adding emotes to a single emote set, so I think the design should be more single-emote-list-centric. A…