DiamondDragon
DiamondDragon
Explore posts from servers
DTDrizzle Team
Created by DiamondDragon on 12/21/2024 in #help
Drizzle produces wrong branded type using Zod
6 replies
DTDrizzle Team
Created by DiamondDragon on 12/21/2024 in #help
Drizzle produces wrong branded type using Zod
I'm not sure what [BRAND]: { FileId: boolean; }; means and why its a boolean, or if the issue is the object is just totlaly different betwen what is expected , where the entire object just doesnt match
6 replies
HHono
Created by DiamondDragon on 6/8/2024 in #help
Serialization of Date?
ah thanks for that explaination. yeah something i am not familiar with
26 replies
HHono
Created by DiamondDragon on 6/8/2024 in #help
Serialization of Date?
deserializing just sounds like something that has prob been solved a million times, so i guess you'd think itd be handled naturally by the lib. but all good i guess. @ambergristle
26 replies
HHono
Created by DiamondDragon on 6/8/2024 in #help
Serialization of Date?
yeah that's a good suggestion. i saw someone else mention that trick
26 replies
CCConvex Community
Created by DiamondDragon on 12/11/2024 in #support-community
Returning data from Tanstack Query useMutation wrapper
No description
3 replies
CCConvex Community
Created by DiamondDragon on 12/1/2024 in #support-community
Handling Upserts with Optional System Fields
oh didn't know about WithOptionalSystemFields, good shout out. thanks.
3 replies
CCConvex Community
Created by DiamondDragon on 11/26/2024 in #support-community
HTTP Path Suffix Not Working?
Curious if it’s possible to use the hono rpc client with honoconvex as well
7 replies
CCConvex Community
Created by DiamondDragon on 11/26/2024 in #support-community
HTTP Path Suffix Not Working?
Ahhhh dang. And that’s why sleep is important lol . Totally missed the property key. Thanks @lee as well. Good to know about hono integration
7 replies
CCConvex Community
Created by DiamondDragon on 11/26/2024 in #support-community
HTTP Path Suffix Not Working?
No description
7 replies
CCConvex Community
Created by mikeysee on 9/29/2023 in #support-community
Convex and State Machines
AI agent/workflow uses cases are interesting as well. Langgraph is the big dog for ai workflows, but mastra appears to be an alternative and they use xstate it seems for workflows
15 replies
CCConvex Community
Created by mikeysee on 9/29/2023 in #support-community
Convex and State Machines
Hi @jamwt I have been reading more about xstate and trying to get more familiar with it so i can start using it more. it seems like XState and Convex together on the backend would be really powerful, but i'm not big brained enough to really understand the "when should i reach for this?" or "this is how i should think about the best practices?" kind of questions. I think where I'm at is understanding that XState is really powerful for complex client side apps (like dashboards) and separately can be used server side. But when thinking about which state remains on client or backend alongside XState is where I am not sure. I am new to learning convex and playing around with it, and my current mental framing of Convex is that it's really powerful to lean into Convex's backend as a single source of truth , so that's where I am wondering "Should i try working with XState on the backend with convex and just manage the complexity for clients on the backend?" Not sure if my comments make sense
15 replies