🐐GoatGuy🐐
CCConvex Community
•Created by 🐐GoatGuy🐐 on 2/14/2025 in #support-community
Weird type error when searching by Index
I assume it means it never returns something?
13 replies
CCConvex Community
•Created by 🐐GoatGuy🐐 on 2/14/2025 in #support-community
Weird type error when searching by Index
hmm i dont get it though, i created the index and ffollowed the docs, got no clue why it's giving me that linter error
13 replies
CCConvex Community
•Created by 🐐GoatGuy🐐 on 2/14/2025 in #support-community
Weird type error when searching by Index
How can the parameter be never type though?
13 replies
CCConvex Community
•Created by 🐐GoatGuy🐐 on 2/6/2025 in #general
Optimistic updates for endpoints
Sorry for the late response. Yea i feel liek this is a missing feature. In my current react query code i do this where in the onMutate i automatically add the message to the message box even though it hasn't been added to the DB yet. Not sure how to do that here without using react state since i access the TanStack query cache to do this.
17 replies
CCConvex Community
•Created by 🐐GoatGuy🐐 on 2/6/2025 in #general
Optimistic updates for endpoints
I see I mean I usually use react query for that but alright I’ll give it a shot.
17 replies
CCConvex Community
•Created by 🐐GoatGuy🐐 on 2/6/2025 in #general
Optimistic updates for endpoints
Otherwise there’s some latency between hitting send and your message appearing in the messages section of the chat app.
17 replies
CCConvex Community
•Created by 🐐GoatGuy🐐 on 2/6/2025 in #general
Optimistic updates for endpoints
I want to send a request that sends the message to OpenAI but on my frontend I want to show the user message in the messages area even though it may not have been added to the db yet.
17 replies
CCConvex Community
•Created by 🐐GoatGuy🐐 on 2/6/2025 in #general
Optimistic updates for endpoints
Yes
17 replies