TimeZone issue

can u make twitch clone with t3 stack
Prisma & CockroachDB - push to array
set?":
``` await prisma.character.update({...Weird State Performance Issue

How bad is revealing ids really?
how to delete post if it has likes
Recommended pattern for consolidating data in tRPC?
Tailwind Default Colors not showing automatically
bg-gray-800 it's not showing up. If I go and add it explicitly in my tailwind.config.js, it works. But they're all suppose to show up by default, correct? Did I configure tailwind incorrectly when I used T3?
```
const colors = require('tailwindcss/colors')
/** @type {import('tailwindcss').Config} */...React Select - Unselect and remove placeholder when clearing input
Scss in Next without modules?
Promise-returning function provided to attribute where a void return was expected.
// eslint-disable-next-line @typescript-eslint/no-misused-promises as suggested in the "Quick Fix" ? Or update the default .eslintrc.json provided by create-t3-app?HeadlessUI & Astro
Python app + nextjs frontend writing to the same database
asyncpg and no ORM in my python app and plan to use prisma on my frontend. I'm early enough in development where it wouldn't be an issue to switch to prisma in my python app, but that might create more issues like schema sharing.
Also, is possible to create a monorepo with a nextjs app and a python app? I couldn't find anything answers online....Is there a String Union Type of all HTML Element names?
How to make tRPC calls from the server side

Need help to approach Layout issue
<Layout categories={categories}/> component with the categories props which are statically fetched on every page's getStaticProps - Is there a good way for me to be able to wrap this Layout component across all pages in _app while still having access to the categories data?...How does one handle a lot of conditional rendering based on the permissions of the logged in user?
How would you securely call a protected tRPC route from a webhook?
Any suggestions for good resources to learn about refactoring react applications