No type safety on zMutation or zQuery for arguments

A way to force user choose an account with Google Sign in?
using Preview deployments with cloudflare, requested to create a name for preview
``bash
16:10:14.601 Progress: resolved 28, reused 3, downloaded 1, added 4, done
16:10:15.664 ✖ npx convex deploy to a preview deployment could not determine the preview name. Provide one using --preview-create`
16:10:15.714 Failed: error occurred while running build command...Querying multiple indexes on multiple values
Transfer project failing even when admin for both teams

TypeScript Circular Reference Issue with Convex Internal Functions

Convex dashboard keeps loading infinitely

Issue with useSuspenseQuery for queries that accept args
.get() function. It seems the output type is incorrect when being passed to useSuspenseQuery, and my application in stuck in a Loading... state if I attempt to run this. I've tried:
- Passing an empty object
- Passing skip and nothing else
- Passing { id: selectedNoteId ?? '' }
...Is there a way to have ts types and v.whatever() types synced?
Importing data to a components table via cli
Ignore "Detected a non-production build environment and "CONVEX_DEPLOY_KEY"" error?
Playground Not working

The docs for Tanstack start and clerk is outdated and not working
Mutation on queries.
This is how I integrate convex with tanstack query. What do you think?
Give access to a single project
conflict write warnings, and excessive DB reads

Using node runtime in Convex Triggers
Ably in my case). However, if I mark the file with use node for the file that I define my triggers action, it means that the wrapped useMutation is also marked with use node which violates the Convex rules about mutations. How to g...Unable to start push
Can I skip some filter field in withIndex
withIndex
schema:
```typescript
profile: defineTable(profile).index("by_filter", ["gender", "age"])...