Ian Macartney

Results 24 comments of Ian Macartney

Another thing that sticks out is now everyone will need to handle undefined even if they never use Skipp. We could solve this with an overload (not my favorite) but...

Here's an API I'm considering for the core `useQuery` which maybe can serve all purposes: ```ts const { status, error, value } = useQuery({ query: api.foo.bar, args: { ... },...

Yes unless I'm missing something I think this could unify them - any reason not to? On Wed, Nov 12, 2025 at 10:51 PM Chenxin Yan ***@***.***> wrote: > *chenxin-yan*...

What do you think of https://github.com/get-convex/convex-backend/pull/261 ?