Sharun
Sharun
For supporting links/mentions/urls when creating a post: https://docs.bsky.app/docs/advanced-guides/post-richtext#producing-facets Reference implementation: https://github.com/bluesky-social/atproto/blob/011e73ec05b0db34f7c1d12382ec46e910e2d4dd/packages/api/src/rich-text/detection.ts#L13
It would be nice if there's a secondary 'Create & Add Another' button on the Create page, to add expenses back to back. I think it would be a better...
 https://github.com/user-attachments/assets/63b5271a-ce6c-408b-a883-5e58c3fb28d7
**Is your feature request related to a problem? Please describe.** I would like an option to remap the default keymap for `gum write` (Ctrl+J, Enter) to better suit my workflow....
Example: Person 1 creates the PR, is auto assigned Later, Person 2 adds a commit to the branch of the PR - the bot should add Person 2 to the...
Its the lock-file when using bun as a package manager: https://bun.sh/docs/install/lockfile 
### What version of Bun is running? 1.2.16 ### What platform is your computer? Darwin 24.5.0 arm64 arm ### What steps can reproduce the bug? Clone the repo: https://github.com/sharunkumar/orval-bun-install-bug-repro -...
Motivation: Avoids the need to google how to turn it off, for new users (I faced this as well)
Fixes #22
The return type can already be optionally chained from schema.safeParse(): https://github.com/colinhacks/zod/blob/main/packages/zod/src/v3/types.ts#L145-L156 It would be nice to have SPR removed from the public api to prevent it from being used redundantly...