sbbu
sbbu
Explore posts from servers
DTDrizzle Team
Created by Alexandru on 10/7/2024 in #help
Warning: You need to pass an instance of Client:
console.log(client instanceof Client) even outputs true but by the time its passed down to driver.js it no longer does
6 replies
DTDrizzle Team
Created by Alexandru on 10/7/2024 in #help
Warning: You need to pass an instance of Client:
getting the same thing, now drizzle throws an arbitrary error over this
6 replies
DTDrizzle Team
Created by sbbu on 9/23/2024 in #help
Drizzle Kit Studio is extremely slow to load with planetscale/mysql2
has anyone else had this? its only on mysql with planetscale for me
4 replies
DTDrizzle Team
Created by sbbu on 9/23/2024 in #help
Drizzle Kit Studio is extremely slow to load with planetscale/mysql2
after the initial load queries are normal speed as you would expect, so something very odd is happening
4 replies
DTDrizzle Team
Created by sbbu on 9/23/2024 in #help
Drizzle Kit Studio is extremely slow to load with planetscale/mysql2
sometimes it is even slower, rendering it almost unusable
4 replies
DTDrizzle Team
Created by sbbu on 9/5/2024 in #help
What's the difference between "planetscale" and "default" mode on mysql2 client?
What is the difference between connecting to planetscale with the mysql2 driver in "default" mode vs. "planetscale" mode?
4 replies
DTDrizzle Team
Created by Filip on 8/10/2024 in #help
Error: self-signed certificate in certificate chain
i'm wondering the same thing
10 replies
CCConvex Community
Created by sbbu on 8/16/2024 in #general
TanStack Integration with server-side prefetching
I'd be willing to use an unstable version while its still early
19 replies
CCConvex Community
Created by sbbu on 8/16/2024 in #general
TanStack Integration with server-side prefetching
Good point. Tanstack query isn't strictly necessary for this. What about preloading a query with default arguments on the server & changing the arguments on the client? usePreloadedQuery seems to assume that the inputs will never change
19 replies
CCConvex Community
Created by sbbu on 8/16/2024 in #general
TanStack Integration with server-side prefetching
I heard about convex a few days ago and got super excited I'm really hoping to get to use it on a new project
19 replies
CCConvex Community
Created by sbbu on 8/16/2024 in #general
TanStack Integration with server-side prefetching
Could you perhaps give an ETA on this? It's ok if no not trying to rush or anything, I'm sure you and the team are all very busy 😅 Just asking because we are greenfielding a new project but we have to move fast and we're trying to decide if we use convex or go for something closer to our usual stack
19 replies
CCConvex Community
Created by sbbu on 8/16/2024 in #general
TanStack Integration with server-side prefetching
I have to stick to nextjs for now, this is the one thing keeping me from adopting convex for new projects rn so I'll definitely be keeping my eye out
19 replies
CCConvex Community
Created by sbbu on 8/16/2024 in #general
TanStack Integration with server-side prefetching
maybe I am misunderstanding how it works, I'm not familiar at all with tanstack start, or tanstack router
19 replies
CCConvex Community
Created by sbbu on 8/16/2024 in #general
TanStack Integration with server-side prefetching
No description
19 replies
CCConvex Community
Created by sbbu on 8/16/2024 in #general
TanStack Integration with server-side prefetching
you're calling new ConvexQueryClient() outside of a React context, right? in router.tsx
19 replies
CCConvex Community
Created by sbbu on 8/16/2024 in #general
TanStack Integration with server-side prefetching
thanks for your reply! looking at this example, I feel like it should work in my case too
19 replies