Renée
Renée
This issue is similar to, but more limited than #824. Today, validation errors are returned in a format that's intended to be user-friendly (whether for CLI or JSON output). But...
I tried upgrading the version run on wikibattle.me a couple of times but the /wiki/* requests fail to complete there. It might be something to do with the make-fetch-happen upgrade,...
Instead of redirecting to the main page and continuing vs. a "random" player.
Currently, hints are extracted from the rendered HTML for a wiki page using cheerio. But I just noticed that wikipedia has an ["extracts" API](https://en.wikipedia.org/w/api.php?action=help&modules=query%2Bextracts): https://en.wikipedia.org/w/api.php?action=query&prop=extracts&exchars=200&explaintext=true&format=json&titles=Donald%20Glover https://en.wikipedia.org/w/api.php?action=query&prop=extracts&exchars=200&explaintext=true&format=json&titles=Kansas%20City,%20Missouri They seem to generally...
React 19 drops some APIs that the tests are still using. This is probably a reason to release #117.
(Would be good for testing also.) One nice thing would be if inserting the completion could be `preventDefault()`ed.
> Warning: AutoComplete is changing an uncontrolled input of type undefined to be controlled. Input elements should not switch from uncontrolled to controlled (or vice versa). Decide between using a...
Ref https://github.com/goto-bus-stop/scope-analyzer/pull/11