Franck Desfrançais

Results 4 issues of Franck Desfrançais

Hi Convex team 👋 First off—huge fan of what you’re building. Convex makes real-time backend logic incredibly ergonomic, and I’ve been using it extensively in my project. ### ⚠️ The...

Hi Convex team, I've been migrating my app to Convex for about a month now. While it's still not in production, I've already hit the **1 GB database bandwidth threshold**,...

I've been trying to use Convex as a real-time database so that I don't have to rely on optimistic updates. However, it takes over 3 seconds for the query to...

When creating a table with a `null` variable, it's possible to pass an `undefined` value to the `patch` function without TypeScript raising an error — even though this will crash...