Age | Commit message (Collapse) | Author |
|
Repeatedly running `fetch_member` is making this operation take a very
long time, scaling with the number of questions present in the list. In
practice, roughly 8 seconds was observed for just 22 questions when
calling `qotd list`. Switching to `get_member` makes this
near-instantaneous.
|
|
|
|
|
|
|
|
We now do NFKC normalization and replace U+2019 with the normal ASCII
single quote.
|
|
|
|
|
|
This is useful for certain purposes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initially last_posted_qotds_at is None which caused problems.
|
|
|
|
|
|
|
|
|
|
|
|
|