Andy Matuschak
Andy Matuschak
My naive implementation of a retry queue will make the embedded banner's count of questions remaining "jump": it'll go 3-2-1, then (if there are two questions to be retried) back...
For many prompts, the question isn't really about recall. "Answered" / "Couldn't answer" is closer, but awkward. Adam Wern points out some other issues: > Answering βForgottenβ feels wrong in...
People are getting stuck with prompts they aren't interested in! That's no good.
This prompt should only have one cloze variant! ``` If $\frac {\partial^2 \pi}{\partial L^2} < 0$ (the second order condition is satisfied), then profit is maximized when {$\frac {\partial \pi}{\partial...
Orbit's "list" APIs (e.g. `/taskStates`) include a flag indicating whether there's another "page" to fetch following the current one. The server doesn't currently set this value correctly, and clients don't...
If you collect a prompt from a web page, Orbit displays a link to that web page in the review sessions, labeled with its title. But if Our World in...
Lines probably shouldn't wrap so much with code blocks. Probably this means that code blocks should use fairly different text metrics than the rest of the prompt. ## To reproduce...
Commonly used for diagrams, etc. There's potentially quite a lot of complexity here due to React Native, which can't natively display SVGs. We're already using `react-native-svg` for a few interface...