Uploading Word Documents (.docx/.docx)
How to make extracting components in typescript less cumbersome?
extract to react component button, but it will just slap a :any on the props. Has anyone found a way to make the process of doing this more streamlined?...Type error w/ Dates & shadcnui
Type error: Type '(event: Date | ChangeEvent<Element>) => void' is not assignable to type 'SelectSingleEventHandler'.
  Types of parameters 'event' and 'day' are incompatible.
    Type 'Date | undefined' is not assignable to type 'Date | ChangeEvent<Element>'.
      Type 'undefined' is not assignable to type 'Date | ChangeEvent<Element>'.
Type error: Type '(event: Date | ChangeEvent<Element>) => void' is not assignable to type 'SelectSingleEventHandler'.
  Types of parameters 'event' and 'day' are incompatible.
    Type 'Date | undefined' is not assignable to type 'Date | ChangeEvent<Element>'.
      Type 'undefined' is not assignable to type 'Date | ChangeEvent<Element>'.
onSelect={field.onChange} to onSelect={field.onChange as unknown as SelectSingleEventHandler | undefined} and the build ranLoading state when quering profile data
Scoping tailwind styles
tRPC Client-side Type Inference Issue with Nested Promises
Apple Auth Error: Unacceptable audience in id_token
pnpm -F expo dev), it errors out giving the error in the title. I've also put in the bundle id in my apps/expo/app.config.ts. Not sure what else I'm missing.
```json
{
 "error": {...Layered architecture decision
Error Handling through API
Next-auth error handling on oauth problems
Build errors in dev server
next build catches the errors (both eslint and type) successfully. I would like to get the error shown in console and for the app to not compile even during next dev
How could I achieve that?...The keyword 'import' is reserved

python and t3 stack
TRPC functions vercel deploy
tRPC clerk auth context not working on Server side HTTP requests with NextJS app dir
getAuth()... I have done a bit of investigating and found the req I am passing to the getAuth does not have cookies in it but when I use client side http req it works as intended. I am wondering if this is intended behaviour or if its me setting things up wrong. 
My tRPC Context 
```ts
import { getAuth } from '@clerk/nextjs/server';...Thoughts on Million.js?
t3 turbo firebase functions
firebase init functions.  But after i install and run the basic command     "serve": "pnpm run build && firebase emulators:start --only functions", 
I get about 63 errors that say something like this ../../node_modules/@types/react-native/globals.d.ts:337:15 - error TS2300: Duplicate identifier 'URLSearchParams'. which isn't being used.  ...Old Imac i want to turn into monitor but its not working
How to remove default/example stuff
fetch failed with app directory
@planetscale/database, but I was not using planetscale for my dev environment and so it did not work. This now also makes sense with the port 443, which was actually the tried connection to the database url (which was 127.0.0.1 at this moment) and so it did not find any database, because there was none. Now I've changed to drizzle-orm/mysql2 and I will use @planetscale/database in production...