Carles Mitjans

Results 16 comments of Carles Mitjans

After investigating a little bit, the problem seems to be related to using the value of `computedWithControl` inside a `computed`: ```typescript const a = computedWithControl(...) const b = computed(() =>...

Hi! I would gladly help develop this. There's currently a [Nuxt module](https://github.com/Tahul/nuxt-edgedb) for EdgeDB, do you plan on creating a new module entirely for this? Or could you use the...

What auth helper libraries are you currently using? What would be the desired behavior of this Nuxt Auth Module?

Thanks! I'll look into the Next.js auth library, see how things are implemented and how they would be ported into Nuxt+Nitro during this week 👍

Is there any update on this? I still have the same problem with a Nuxt project. The solution mentioned by @vancegillies works like a charm, but it would be nice...

Any update on this? I'm having the same problem