nextjs tailwind grid causing scrolling
Type-guards and generics
size: 8 | 16 (which comes as an argument to a function), and I want my variable byte: [Byte<8> if size = 8 or Byte<16> if size = 16]. My first instinct was to declare byte: Byte<typeof size>. This doesn't work as expected. I've made this quick playground to illustrate my problem: https://www.typescriptlang.org/play?#code/C4TwDgpgBAQiwQDwBUDKBLAXtCAPBAdgCYDOUAHFAD5QCMAbAHxQC8UaWO+ExZlA-FADaBAK4BbAEYQATgF0oALmFipsgDRRV0+QG4AUPtCRY8CJTZwEicowNQHUAPROoAPX6Hj0KxAatTawY7fUdnVw9DADNRAgBjYHQAewIoEiTxCGAAC3QCAHMAChJOZUoaBgBKKABvUMcAGyyoSTNlX0RvJKi0zhCw9B7izlYWNnJqurCw1oR7aYcXd08FhybgKAQSYF92s07wCG7e7H7VsKXIsIBffWugA
Maybe the Byte<typeof size> approach is incorrect. Is there a nice way to fix this?...Setting up unit tests with Jest and React Testing Library

next auth X DiscordProvider types

Discord server setup
How to get data from server action
useActionData and I just don't know how to access it.
As an example:
```ts
async function addUser(data: FormData) {...Question about hooks.
const handleSnooze = (contractId: number) => {...
Clerk middleware not letting me fetch users on unauthed request
Caching an entire API route for 5 minutes
createdAt: new Date
createdAt: new Date
Detect server/client component
<CloudflareImageClient> or <CloudflareImageServer>, except that I might have a component which is sometimes a server component and sometimes a client component depending on what imports it....Invalid input Only "mysql2" is available options for "--driver"
How to use subdomains with nextjs
How to disable App Dir?
- warn You have enabled experimental feature (appDir) in next.config.js.
- warn You have enabled experimental feature (appDir) in next.config.js.
Tech stack choice for a cross-platform desktop app with Raycast floating window feature.
toasts vs banner notifications for forms
useQuery endless fetching loop

Elegant ways to handle variable useQuery/useMutation calls?
Strange trpc types with latest create-t3-app example app
create-t3-app with prisma, tailwind, and trpc.
If we navigate to the example getAll query in server/api/routers/example.ts, and modify it as such:
```ts...Uploadthing and Clerk work together?
