oscklm
Explore posts from serversCCConvex Community
•Created by oscklm on 1/20/2025 in #general
TS Project References and Convex for big codebases
That’s not what im doing though. But what u are talking about, is a template already published by convex team. But it’s not what this thread is about. Im talking about TS Project References here.
Here is a template with turbo:
https://www.convex.dev/templates/monorepo
5 replies
CCConvex Community
•Created by oscklm on 1/20/2025 in #general
TS Project References and Convex for big codebases
I'm gonna try and setup a repo like this, will share the repo once i succeed:
5 replies
CCConvex Community
•Created by oscklm on 11/22/2024 in #support-community
Issue with convex being picked up by `npx tsc` in expo project
Okay, just got something to change the outcome a bit. Which seems to no longer result in tsc errors coming from the convex/ directory:
I went and imported the tsconfig settings from the expo base tsconfig into my own and commented out this specific setting
esModuleInterop
:
Now my npx tsc
doesnt error or pick up anything from the /convex directories, yet it now errors about 232 other issues with my project now 🫠 so sadly wont do as a fix
leavin this info here in case that gives food for though for anything more experienced with tsconfigs21 replies
CDCloudflare Developers
•Created by oscklm on 11/22/2024 in #general-help
Is it possible to define a dev instance for cloudflare images?
Gotcha, quite unfortunate that this isn't a feature. It's a bit messy having image uploads from dev environments live alongside prod
3 replies
CCConvex Community
•Created by oscklm on 11/22/2024 in #support-community
Issue with convex being picked up by `npx tsc` in expo project
Yeah the main thing im also wondering. But could be any of the tsconfig settings from either expo's tsconfig base file, i've tried for many hours fiddiling with removing certain settings 1 by 1, but without any luck of getting closer to figuring out whats happening:
Deleting the tsconfig in the convex folder doesn't change the result of running the
npx tsc -p .
or any other variant of the npx tsc
cmd
Or from my root:
21 replies
CCConvex Community
•Created by oscklm on 11/22/2024 in #support-community
Issue with convex being picked up by `npx tsc` in expo project
ty though
21 replies
CCConvex Community
•Created by oscklm on 11/22/2024 in #support-community
Issue with convex being picked up by `npx tsc` in expo project
not a mono repo, and not using turborepo either
21 replies
CCConvex Community
•Created by oscklm on 11/22/2024 in #support-community
Issue with convex being picked up by `npx tsc` in expo project
No luck with -p either, problem still persists.
21 replies
CCConvex Community
•Created by oscklm on 11/22/2024 in #support-community
Issue with convex being picked up by `npx tsc` in expo project
unfortunately I've already tried all possible glob patterns there is, this doesn't affect anything in my case.
21 replies
CDCloudflare Developers
•Created by oscklm on 11/22/2024 in #general-help
Is it possible to define a dev instance for cloudflare images?
very curious as of why this isn't a feature, if someone from cloudflare team can elaborate on that
3 replies
CCConvex Community
•Created by stefano on 10/17/2024 in #general
Is convex down?
does not look like it for us, we are on a pro plan (so might differ if ur not)
8 replies
CCConvex Community
•Created by TwendyKirn on 9/22/2024 in #support-community
Quering random row
Big yes! We are looking at using quite a lot of randomization in our app, anything helping us in this area would be suuper helpfull!
20 replies
CCConvex Community
•Created by oscklm on 9/22/2024 in #support-community
Designing a friend system with Convex
Thanks! that helps in making a decision. Will go with duplicate entries
4 replies
CCConvex Community
•Created by oscklm on 9/17/2024 in #support-community
using _storageId vs storing storage urls directly
Awesome! Wow im very excited to check out this approach. Thanks for the quick reply 🙏
24 replies
CCConvex Community
•Created by oscklm on 9/17/2024 in #support-community
using _storageId vs storing storage urls directly
Ohh that's very interesting, never thought about that.
So am i understanding correctly, that essentially we should make our own url endpoint, that resolves in some file ?? so we would expose our own convex httpAction endpoint like
domain.com/image/[_storageId].webp
But i actually have no clue how to implement something like that, like make a http endpoint that resolves a image.24 replies
CCConvex Community
•Created by oscklm on 9/13/2024 in #support-community
Require cycle issues, can't seem to troubleshoot to where its coming from
That explains it. I had some similiar require cycle warnings in some of my own code, not so long ago. So actually thought for a second it was something i had caused. But i can tell, since it is in fact coming from the
node_modules/
that indicates its inside the library.
Thanks for clearing that up! I will just ignore this until that!3 replies