David Thyresson

Results 189 comments of David Thyresson

I was helping someone today with setting up Fastify to accept xml posts so I learned a bit about adding the content parsers... I was able to post: ``` curl...

@ardatan Is this rework still needed now that we are Yoga v3 - or is there still an opportunity to simplify our handler? Thanks!

Hi @bencohen4 have you spoken with to Vercel? Did they give any insight? I’ll connect with them to understand how they build and try to reproduce. I haven’t deployed to...

Vercel got back to me and I’ll try my own deploy to reproduce. For reference: theypointed me to the redwood build “adapter” https://github.com/vercel/vercel/blob/main/packages/redwood/src/index.ts Also could people @bencohen4 and others share...

> Removing the runtime Thanks for trying- could you try it you specify a non glob path? And specify the function file directly?

> Will give it a go and let you know! Thanks @dthyresson Btw a local “vc build” using the Vercel cli they said should build the same way and should...

> @dthyresson using this `vercel.json`: > > ``` > { > "functions": { > "api/src/functions/graphql.ts": { > "maxDuration": 60, > } > } > } > ``` Sorry. I may...

Hello @bencohen4 and @DrakenKor happy to finally give you both some promising news. Having spoken to Vercel, they have opened an internal issue to fix this. They have suggested to...

> suggestion is not something that would be available to us without an update from Redwood, right? Actually, it's an update necessary to the Vercel builder that handles the Redwood...