Open Source
Contributions
PRs to open source projects I depend on. Bug fixes, accessibility improvements, and the occasional documentation correction.
vercel/next.js
Fixed a bug in the App Router where dynamic route segments were incorrectly typed when using generateStaticParams with TypeScript strict mode.
#58234
shadcn-ui/ui
Added accessible keyboard navigation to the Command component — tab and shift+tab now cycle through groups correctly.
#4821
drizzle-team/drizzle-orm
Contributed a fix for incorrect SQL generated when using .where() with multiple OR conditions on joined tables in PostgreSQL.
#2103
biomejs/biome
Added a lint rule for detecting unintentional floating promises in async event handlers. Currently in review.
#3847
colinhacks/zod
Documentation fix: corrected the example for z.discriminatedUnion() which had an incorrect type assertion.
#3291