punn
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 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
CCConvex Community
•Created by punn on 9/20/2023 in #support-community
Scheduled Function Error
No stack trace but we have a bunch of Date.now()s in the scheduled action
3 replies
CCConvex Community
•Created by punn on 9/18/2023 in #support-community
Efficient backfills
awesome thank you. getting used to letting convex take the wheel and it feels great 🙂
6 replies
CCConvex Community
•Created by punn on 9/1/2023 in #support-community
Slack Bolt
I see. I'm taking the same approach of just using the events subscriptions api and think that might be the best bet for now. Thanks!
3 replies
CCConvex Community
•Created by punn on 9/1/2023 in #support-community
Mutations race condition
got it, that makes sense. ordering within the buffer doesn't need to be conserved here so I'm taking the approach of just deleting specific ids from the buffer rather than wiping it completely.
will definitely remember the first approach if we ever need the ordering though. Thank you
8 replies
CCConvex Community
•Created by punn on 9/1/2023 in #support-community
Mutations race condition
correct
8 replies