Renée

Results 188 issues of 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...

apollo-compiler

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,...

bug

Instead of redirecting to the main page and continuing vs. a "random" player.

enhancement

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...

enhancement

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.

enhancement

`getCompletions` could return a promise.

enhancement

> 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...

bug

Ref https://github.com/goto-bus-stop/scope-analyzer/pull/11