Cody Casterline
Cody Casterline
If I'm running a command with `.quiet()` or `.stdout("piped").stderr("piped")` and it fails, I just get an error like this: ``` error: Uncaught (in promise) Error: Exited with code: 1 throw...
Context -------- For complicated CLIs, there can be lots of `.action(…)`s, and having your command implementation bodies indented inside of the `Command` builder is not always ideal. Even for small...
Scenario: * User has an HEIC image on their phone. * User attaches it to a post. * Safari on iOS automatically converts the HEIC image to JPEG. * Instead...
Instead of having a separate page to navigate to "New Post", we could just have a "New Post" button that only appears on the "My Posts" page. Somewhat similar to...
If a user has not added a server to their Profile (or has no Profile), someone on another server can not follow them. Should probably let users save "servers" for...
- [ ] Blocked waiting on libsqlite3-sys w/ SQLite 3.41 to solve performance regression.
Unlike file attachments, these allow embedding other FeoBlog `Item`s "into" an item that needs to reference them. * The "embedded"[^1] `Item` is not stored inside of the protobuf in whole,...
* Shouldn't need 2 buttons for that. * If you're logged in as an ID, viewing its profile, show an Edit link.