Son
CCConvex Community
•Created by Gary, el Pingüino Artefacto on 9/10/2024 in #support-community
How to aggregate documents (more than 16K)?
will something like this be possible soon?
or
21 replies
CCConvex Community
•Created by Son on 9/1/2024 in #support-community
Convex Monorepo Issue (react-dom native)
update:
adding these two packages to the root package.json seems to have done the trick
"dependencies": {
"@clerk/clerk-js": "^5.18.0",
"react-dom": "18.2.0"
},
9 replies
CCConvex Community
•Created by Near on 9/1/2024 in #support-community
Guarantees for the timing of scheduled functions
Thanks for the explanation!
13 replies
CCConvex Community
•Created by Son on 9/1/2024 in #support-community
Convex Monorepo Issue (react-dom native)
9 replies
CCConvex Community
•Created by Son on 9/1/2024 in #support-community
Convex Monorepo Issue (react-dom native)
9 replies
CCConvex Community
•Created by Son on 9/1/2024 in #support-community
Convex Monorepo Issue (react-dom native)
9 replies
CCConvex Community
•Created by Son on 9/1/2024 in #support-community
Convex Monorepo Issue (react-dom native)
I installed it directly into my repo, (native app) and got the same issue unfortunately
9 replies
CCConvex Community
•Created by Near on 9/1/2024 in #support-community
Guarantees for the timing of scheduled functions
Whats the difference between a scheduled function vs a cron job in convex’s context, what use cases would you use one over another?
13 replies
CCConvex Community
•Created by Son on 9/1/2024 in #support-community
Convex Monorepo Issue (react-dom native)
9 replies
CCConvex Community
•Created by TwendyKirn on 3/13/2024 in #support-community
Set dynamic key in v.object inside database schema
looking forward to v.record @Michal Srb
8 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 4/10/2024 in #support-community
Feature Request: API for checking if query/mutation/action is loading
Makes alot of sense, thanks for the confirmation
139 replies
CCConvex Community
•Created by FleetAdmiralJakob 🗕 🗗 🗙 on 4/10/2024 in #support-community
Feature Request: API for checking if query/mutation/action is loading
Since you’ve created a helper function for managing queries in a similar way, in your estimation is worth while switching over to this. Im using convex in a react-naive project .
139 replies
CCConvex Community
•Created by Son on 6/21/2024 in #support-community
auto incremented int?
Thanks!
6 replies
CCConvex Community
•Created by Son on 6/21/2024 in #support-community
auto incremented int?
This will suffice! Thanks.
Is this something the team cares enough about to implement in the future?
6 replies
CCConvex Community
•Created by Son on 6/17/2024 in #support-community
How to use useMutation with convex-ents. API object TYPE error
types work as expected now. unbelievable.
19 replies
CCConvex Community
•Created by Son on 6/17/2024 in #support-community
How to use useMutation with convex-ents. API object TYPE error
found the issue. the baseConfig line 1
"extends": "@repo/typescript-config/base.json",
i commented out the base config which is below
`19 replies
CCConvex Community
•Created by Son on 6/17/2024 in #support-community
How to use useMutation with convex-ents. API object TYPE error
removed all non-related convex type errors. new repo
https://github.com/AyoCodess/hm-demo-2
19 replies
CCConvex Community
•Created by Son on 6/17/2024 in #support-community
How to use useMutation with convex-ents. API object TYPE error
so its to do with expo, same imports
19 replies
CCConvex Community
•Created by Son on 6/17/2024 in #support-community
How to use useMutation with convex-ents. API object TYPE error
`
this had no issues in my next js app
19 replies