punn
punn
CCConvex Community
Created by Hmza on 8/3/2024 in #general
TanStack Table with Convex pagination
Hm just usePaginatedQuery normally?
11 replies
CCConvex Community
Created by Hmza on 8/3/2024 in #general
TanStack Table with Convex pagination
Could you provide a snippet for how to achieve this for usePaginatedQuery and how to access the return args? is it as simple as
useQuery({
queryFn: usePaginatedQuery(query, args)
})
useQuery({
queryFn: usePaginatedQuery(query, args)
})
11 replies
CCConvex Community
Created by Hmza on 8/3/2024 in #general
TanStack Table with Convex pagination
hey @Hmza did you manage to figure this out? we're trying to do something similar but @Tom mentioned we're able to use the usePaginatedQuery hook directly with Tanstack
11 replies
CCConvex Community
Created by punn on 5/27/2023 in #support-community
Unit testing/E2E testing
been trying out the new tests, working well so far!
11 replies
CCConvex Community
Created by punn on 3/6/2024 in #support-community
400 on dev push
Moving this to our Slack 🙂
13 replies
CCConvex Community
Created by punn on 3/6/2024 in #support-community
400 on dev push
Is there a way to pinpoint the issue a bit more in stack traces? We didn't install any deps before this
13 replies
CCConvex Community
Created by punn on 3/6/2024 in #support-community
400 on dev push
We made lots of code changes but unsure what's causing the trouble
13 replies
CCConvex Community
Created by punn on 3/6/2024 in #support-community
400 on dev push
13 replies
CCConvex Community
Created by punn on 2/23/2024 in #support-community
Websocket endpoint
We'll give that a shot too
9 replies
CCConvex Community
Created by punn on 2/23/2024 in #support-community
Websocket endpoint
sounds good we'll explore that and connect to our db with the python client
9 replies
CCConvex Community
Created by punn on 2/23/2024 in #support-community
Websocket endpoint
do you suggest another provider that you've seen people use?
9 replies
CCConvex Community
Created by punn on 2/23/2024 in #support-community
Websocket endpoint
We're implementing voice calls so we'd like to respond back with our LLM decision quickly
9 replies
CCConvex Community
Created by punn on 2/23/2024 in #support-community
Websocket endpoint
@ballingt I noticed another thread mentioning a new protocol you were working on
9 replies
CCConvex Community
Created by punn on 1/24/2024 in #support-community
loadMore with usePaginatedQuery
We couldn't figure it out but was fixed
5 replies
CCConvex Community
Created by punn on 12/28/2023 in #support-community
production vector store
Sounds great thank you
3 replies
CCConvex Community
Created by punn on 12/22/2023 in #support-community
The right way to use makeFunctionReference
fyi, this works across classes/files and simply listing the objects api.users.list does not.
8 replies
CCConvex Community
Created by punn on 12/22/2023 in #support-community
The right way to use makeFunctionReference
I'm defining api.users.list in one class and consuming it in another. This results in object is not a functionReference error. However, if I define api.users.list in the consumer class, it works fine.
8 replies
CCConvex Community
Created by punn on 12/22/2023 in #support-community
The right way to use makeFunctionReference
Yes that's exactly what I want to do.
8 replies