Avery Pierce
Avery Pierce
Test command (from #392): ```typescript import { Command } from "./command/mod.ts"; await new Command() .name("sample-cli") .version("0.0.1") .env("FOO=", "FOO", { required: true }) .parse(Deno.args); ``` ## Before ``` Usage: sample-cli Version:...
This fixes an issue where the return type `useNavigationParam` wasn't meaningful (it just returns `any`). ## Without generic (backwards compatibility): ## With generic (helpful type): As a side-effect, I think...
Steps to reproduce: 1. Vote on a post from the listing view 2. Scroll the list up or down until the cell is clearly off the screen 3. Scroll the...
Not sure I have a compelling-enough story for tabs in the app. Might need to design a custom tab bar.
www.chapo.chat enforces a rule that all users must display their pronouns. This should be enforced by the app as well.
Add web socket support to the app. Should the user have the ability to choose between RESTful and web socket connections?
The Text component in Swift UI provides some pretty intelligent string interpolation. Numbers are automatically formatted with locale-aware formatting (e.g. commas separating thousands and millions for US users). However due...
When the user navigates to a post list, the content in the title bar starts out at a good size, but then it awkwardly pops up to a larger font...
On the post list screen and the comment list screen the app should support pull to refresh