ibrahimyaacob
ibrahimyaacob
CCConvex Community
Created by NerdkidChiki on 10/4/2023 in #support-community
i need practical help implementing presence feature in my project
also how does this go ?
14 replies
CCConvex Community
Created by NerdkidChiki on 10/4/2023 in #support-community
i need practical help implementing presence feature in my project
yeah i just need the "online/offline" tracking. this is good! but are you guys not planning to include this as convex-component ?
14 replies
CCConvex Community
Created by ibrahimyaacob on 2/7/2025 in #support-community
how do i skip indexed query field
No description
7 replies
CCConvex Community
Created by ibrahimyaacob on 2/7/2025 in #support-community
how do i skip indexed query field
thanks for the suggestion. now i've pushed the new few indexed fields to production and convex deploy command is taking too long, i assume its because we have too many rows. is there a way for me to see the progress (on vercel)? im gonna add few more indexed fields later
7 replies
CCConvex Community
Created by ibrahimyaacob on 2/7/2025 in #support-community
how do i skip indexed query field
What if i have 4 to 5 more optional field that i want to filter ? Do i need to do index for all combinations??
7 replies
CCConvex Community
Created by NerdkidChiki on 10/4/2023 in #support-community
i need practical help implementing presence feature in my project
or should i just use liveblocks
14 replies
CCConvex Community
Created by NerdkidChiki on 10/4/2023 in #support-community
i need practical help implementing presence feature in my project
hey any updates on this one ?
14 replies
CCConvex Community
Created by Slade_Wilson118 on 1/7/2025 in #support-community
Monorepo
I think its better if we have a written docs on how to set it up
13 replies
CCConvex Community
Created by ibrahimyaacob on 1/23/2025 in #support-community
aggregate component query is using a lot of bandwidth (exceeding 300gb after first week implement)
are there better strategy to work around this
5 replies
CCConvex Community
Created by ibrahimyaacob on 1/23/2025 in #support-community
aggregate component query is using a lot of bandwidth (exceeding 300gb after first week implement)
im thinking of putting rate limiter to the query function thats calling the aggregate query. im not sure if it would work, i need the aggregate to still show the numbers
5 replies
CCConvex Community
Created by ibrahimyaacob on 1/23/2025 in #support-community
i need username + password sign up with convex auth
thanks i'll check this out later
4 replies
CCConvex Community
Created by ibrahimyaacob on 1/16/2025 in #support-community
How to catch too many bytes read in a single function execution error ?
hey @sshader in my case, im using convex ents to perform insert many on a scheduler before it crashes. we really need a way to catch this function level error properly, preferably within the same function. something like this
export const myfunc = mutation({
args:...
handler:...
onTooManyByteReadError: () => {
// handling error
}
})
export const myfunc = mutation({
args:...
handler:...
onTooManyByteReadError: () => {
// handling error
}
})
8 replies
CCConvex Community
Created by oscklm on 1/20/2025 in #general
TS Project References and Convex for big codebases
Let me know when you have publish it
5 replies
CCConvex Community
Created by oscklm on 1/20/2025 in #general
TS Project References and Convex for big codebases
Hey @oscklm ive been looking for someone to finally share a turbo+convex
5 replies
CCConvex Community
Created by ibrahimyaacob on 12/2/2024 in #support-community
adding react native (expo) to existing Next + Convex app (with Convex Auth)
nice! whats your youtube channel? I'd definitely want to watch this as soon you upload
14 replies
CCConvex Community
Created by ibrahimyaacob on 1/17/2025 in #support-community
DELETE_MISSING_KEY error on aggregate.trigger() on trigger (convex helper)
my question now, if the migration fail, should i just continue or do need to reset the aggregates ?
32 replies