David Alarcón
David Alarcón
Working on this one 👍
Hi @danielroe this was already fixed in [nitro](https://github.com/unjs/nitro/pull/686), right? What could I do to bring it to nuxt?
Looks like the issue persists @danielroe It looks like the issue has changed: | Nuxt 3 - RC 12 | Nuxt Edge | | --- | --- | | ...
> We may simply need to make a change in Nuxt to benefit from the incoming nitro change. Could you explain me a little bit the steps you will follow...
Looking into it thanks @dsluijk and @danielroe ❤️
Hi @dsluijk I couldn't get it to anywhere 😢 could you help me out a little bit. This is the main change I did but I am totally unsure if...
I guess you can use to update the code to tf v2 `tf_upgrade_v2 \ --intree my_project/ \ --outtree my_project_v2/ \ --reportfile report.txt`
I agree with this point, I would love to use Histoire as I love its simplicity, but every time I try to configure it, I find new things that don't...
Ended up implementing this but unsure if there is a better way: ```typescript export const rateLimit = async (domain: string, maxRetries = 3) => { for (let i = 0;...