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
Why is my Vercel Analytics score so low?
Type of field based on sibling
can I have overlapping primary keys? (mysql)
NextJS for SPA
create video on nodejs
ffmpeg, but then it can't take 2 input streams and there was another lib fluent-ffmpeg-multistream which also didnt work...Hide console.error when mocking error response in jest?
console.error's when I do so.
I don't want to mock the return value of console.error so that it never fires, as there may be some valid errors that are thrown that I want to catch, especially when running my tests on my CI/CD....Best practice making multiple TRPC calls
callOne, happens on page load. callTwo should happen once the user selects data rendered from callOne, I'm having issue finding an elegant solution to this.
My current solution is just the following within the component (this works, but callTwo is called much more than is required, including on page load, and every unrelated prop change).
...T3 + sockets?
Types for deep merging defaults in TS
How to handle Schema changes with Prisma?