Delveroff
CCConvex Community
•Created by Delveroff on 1/21/2025 in #general
helping Delveroff
Great! It will do, thank you!
19 replies
CCConvex Community
•Created by Delveroff on 1/21/2025 in #general
helping Delveroff
I was thinking exactly about this. Thank you for a "shared secret" hint, will search Discord with it.
19 replies
CCConvex Community
•Created by Delveroff on 1/21/2025 in #general
helping Delveroff
It doesn't matter since the error is about 'internal' and 'public' mismatch on TypeScript level
19 replies
CCConvex Community
•Created by Delveroff on 1/21/2025 in #general
helping Delveroff
Yeah, I know, this is for example simplicity
19 replies
CCConvex Community
•Created by Delveroff on 1/21/2025 in #general
helping Delveroff
import { fetchQuery } from 'convex/nextjs'
19 replies
CCConvex Community
•Created by Delveroff on 1/21/2025 in #general
helping Delveroff
I don't have something more verbose since I'm just playing with Convex
19 replies
CCConvex Community
•Created by Delveroff on 9/3/2024 in #support-community
How to store tree-like data?
Thanks. I don't know why but it didn't make sense at first.
10 replies
CCConvex Community
•Created by Delveroff on 9/3/2024 in #support-community
How to store tree-like data?
I expect it to be under 30 nodes deep. So it should be pretty fast?
10 replies
CCConvex Community
•Created by Delveroff on 9/3/2024 in #support-community
How to store tree-like data?
Could you please clarify what do you mean by caching?
10 replies
CCConvex Community
•Created by Delveroff on 9/3/2024 in #support-community
How to store tree-like data?
Just up to the root would be enough.
10 replies
CCConvex Community
•Created by Delveroff on 8/8/2024 in #support-community
A couple of questions about tsconfig
Sorry for the late response. Around 2-3MB. Agree with the config. Maybe sometime we will see
convex.config.js
🙂11 replies
CCConvex Community
•Created by Delveroff on 8/8/2024 in #support-community
A couple of questions about tsconfig
Oh, I see now. I wasn't providing any argument to this flag.
Wow, adding https://effect.website/ inflates a query file to 30K LoC... I don't know if this is OK.
11 replies
CCConvex Community
•Created by Delveroff on 8/9/2024 in #support-community
Wrong types for `PaginationResult`
10 replies
CCConvex Community
•Created by Delveroff on 8/9/2024 in #support-community
Wrong types for `PaginationResult`
Oh, I forgot to mention that I don't want to "leak"
numItems
, so I only pass the cursor
:
10 replies
CCConvex Community
•Created by Delveroff on 8/8/2024 in #support-community
A couple of questions about tsconfig
1. I've just figured out that the problem was in my root tsconfig. Excluding the _generated folder with Convex's tsconfig does not indeed affect autocomplete. However, excluding with root's tsconfig does.
2. It would be great. For now it's unavailable.
3. There is a special flag for it.
convex dev
could provide that option and proxy it to esbuild.
however I'd delete this file and use the one at the project level instead.Unfortunately, it has different options (target, lib, plugins, etc.)
11 replies
CCConvex Community
•Created by Delveroff on 8/8/2024 in #support-community
A couple of questions about tsconfig
Also, I could have common
include
, exclude
, and path
options (if I'm not mistaken, TypeScript allowed to do this recently).11 replies
CCConvex Community
•Created by Delveroff on 8/4/2024 in #support-community
ConvexAuth+Next.js: should I implement `/api/sign-in`?
That's fine, this is the alpha version after all 🙂
55 replies