David Alarcón

Results 2 issues of David Alarcón

Just wanted to point out how I had to set it up in order to use it with a Nuxt3 app in case it's usefull for anyone (not sure if...

# What is the optimal way to combine two rate limits together? We could define: ``` export const ratelimit = { a: new Ratelimit({ redis, limiter: Ratelimit.fixedWindow(1000, "60 s"), }),...