Andy Matuschak
Andy Matuschak
## Description `@expo/webpack-config`'s `webpack` dependency is currently 4.43.0, the last major version. The current major version is 5.x, and it'd be great to support that: I'd like to be able...
I've been studying the new syncing protocol and storage format you all have been developing, and as an exercise, I was thinking about how one might build a local-first application...
We store provenance information when users collect prompts. We use this for analytics and will eventually use this to group "same-page" prompts in the interface. If the author provides a...
Dr does not include Chinese characters (or extended character sets associated with many other languages). We should fall back reasonably in this case, e.g. `font-family: Dr, Futura, sans-serif`
(Please read the "Contributing" section of the project README before continuing.) **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the...
@kirkbyo added native support for key commands in #250, but he ran into an odd crash (see below) which forced him to tie them to key up events rather than...
@kirkbyo reports that the CLI scripts for running Orbit are broken on macOS Monterey, apparently due to [Xcode 13 deprecating the instrument command](https://stackoverflow.com/questions/39778607/error-running-react-native-app-from-terminal-ios/70249632#70249632). It sounds like we need to bump...
Orbit prompts have a color associated with their source. Authors currently choose that color from a limited palette. Some authors have expressed interest in choosing arbitrary colors. We should consider...
Orbit's users naturally overlap with pre-existing Anki users. Orbit's ambitions are different from those of Anki, and it's much earlier along, so most of these people will of course want...
We store attachments as BLOBs along with prompts in a flat-file SQLite database (see #243). To display them at runtime, we render an `` which points to a special `x-orbit-sqlattachment://`...