Min
Min
TTCTheo's Typesafe Cult
Created by Min on 11/15/2023 in #questions
Streaming Limits with Vercel
So I'm trying to stream in a response from openAI, but the request times out at 10.01s on the vercel deployment due to runtime limits they have set on free tier serverless functions. My first thought was to move the endpoint to the edge, but that complicates things with auth. Any ideas on how I could make this work without signing up for premium? Thanks 🙂
8 replies
TTCTheo's Typesafe Cult
Created by Min on 10/27/2022 in #questions
NextJS 13 tailwind responsive websites
I'm trying to make a simple responsive website with nextjs 13 and tailwind, but the media queries aren't working as expected. When on mobile "md:" classes is triggered. Is this a bug?
36 replies
TTCTheo's Typesafe Cult
Created by Min on 10/25/2022 in #questions
Shadow Database Prisma & Planetscale
Hey! I've been following along with Theo's roundest pokemon app tutorial, and he makes a shadow db branch for prisma. My problem is that planetscale only allows 1 production and 1 dev branch for free users. Do I need the paid plan??
4 replies