Tiptap editor not updating as expected.
tRPC change settings

Wait for useQuery result
Flex box full width

Building an API for the first time
Problem with websocket in t3-app

playing sound effects for a game on the web
Catching an API, how?
Running automated jobs for different discord servers via discord bot
Project Structure for Design System
Ensure uniqueness for zod schema field
react-hook-form and have the following zod object to validate the input participants:
```ts
z.object({...How is this creating an error?
cant access user id in router ctx

Force every value of union type in an array
type Name = "John" | "Sean" | "Theo";
type Name = "John" | "Sean" | "Theo";
Filedownload through tRPC
Component cannot be used as JSX Component. Its Instance type is not a valid JSX element

Typesafe query keys
Passing `initialData` to react-query from `getServerSideProps` "Text content did not match" error
getServerSideProps and passing the results to the page component with props. Then I'm passing those props to react-query's useInfiniteQuery by setting its initialData to the object I got from getServerSideProps.
This works fine but when anything changes in the database, I'm getting a "Text content did not match" error because the page source generated by NextJS doesn't match whatever is rendered client-side.
I've logged everything out and it goes like this: the browser is always getting the correct data. It receives correct data from getServerSideProps, then react-query fetches some data on the first render which is again, up-to-date data. ...Prisma CreateMany with a relation (connect)
Neovim initial setup help?