san
Explore posts from serversCDCloudflare Developers
•Created by san on 4/16/2025 in #workers-help
Is there a way to run AI generated code in a Durable Object?
Tried using URL.createObjectURL then importing it but looks like that's not implemented.
2 replies
Aarktype
•Created by san on 4/7/2025 in #questions
Is there a way to "deep" require a type?
I have a type with a lot of deeply nested types and a lot of keys in them are optional. I then want to make the same type but with all keys required i.e remove the optional. Is there an easy way to do this? I know you can use .require() but that only works on the top level keys, not the nested ones
10 replies
Aarktype
•Created by san on 3/2/2025 in #questions
array of objects?
How do you declare an array of objects?
7 replies
DTDrizzle Team
•Created by san on 2/13/2025 in #help
Is it possible to run migrations on a local dev D1 db?
How do I run migrations on my local D1 when running wrangler dev?
2 replies
DTDrizzle Team
•Created by san on 11/1/2024 in #help
Is there a reason why using max() is returning a nullable field when grouping?
title
2 replies
Aarktype
•Created by san on 7/20/2023 in #questions
Record type?
Hello! Is there a way to create a Record type?
5 replies