DiamondDragon
Explore posts from serversCDCloudflare Developers
•Created by DiamondDragon on 9/30/2024 in #workers-help
Error on remote worker: APIError: A request to the Cloudflare API
I'm trying to test out a browser deployed on worker in a DO and getting this error
My toml
6 replies
DTDrizzle Team
•Created by DiamondDragon on 9/6/2024 in #help
Drizzle Zod refining not working?
Shouldn't this code for zod make an optional field
firstName
required?
https://drizzle.run/t2zowcjw5f1xbb5ny7zq2j3n3 replies
DTDrizzle Team
•Created by DiamondDragon on 8/31/2024 in #help
Dynamic function get use typed column names using getTableConfig
I have both UUIDs and NanoIDs on every one of my tables. I am considering adding utils to map from uuid -> nanoID & vice versa.
how would i make a dynamic function like this? basically under the assumption every table has a
id
and shortId
column which is the nanoid
1 replies
CDCloudflare Developers
•Created by DiamondDragon on 8/25/2024 in #pages-help
Error using API Create PagesProject with pulumi - Err 'You must set a production branch.'
Calling this from a monorepo. I want to use pulumi to create a pages project/update it
4 replies
DTDrizzle Team
•Created by DiamondDragon on 6/20/2024 in #help
Use results of a column to pass where conditions elsewhere in the query?
I have a field that stores filters that I parse into the SQL conditions for a where clause. Or at least, that's the goal.
That field is in my views table. Is it possible to pass the result of that field in
views
into a nested where condition?
1 replies
DTDrizzle Team
•Created by DiamondDragon on 6/10/2024 in #help
construction a dynamic query builder generically ?
Ok i'm not really sure how to ask this but I'm trying to allow a user the ability in UI to build out a query builder where they can add many filters with potentially nested filters with AND/OR conjuctions. Like airtable.
Anyone have any patterns how to do this?
I had attempted to try to construct a mapping on the SQL operators and the drizzle functions but I can't get the types to work .
I'm playing aroung just with the
sql
operator to try making ti work with more raw SQL.
trying to wrap my head around this and its a pattern i've seen few apps implement and never seen any code online to use as a guide
Ideally a user can do a query in the UI like below and the queries can be constructed dynamically.
1 replies
Serialization of Date?
Is there any suggested guidance on how to handle js/json serialization? I ran into an issue using the hono client where the types break due to a Date being typed as a string after being returned from a hono route
I see there are no data transformers provided by hono, so wondering what suggestions there are.
https://discord.com/channels/1011308539819597844/1248521918554963979
10 replies
DTDrizzle Team
•Created by DiamondDragon on 5/19/2024 in #help
Losing custom $types in pg jsonb using drizzle-zod
Not sure if this is an expected limitation of zod here
produces using $inferInsert
But when using drizzle zod, i lose RecordData
1 replies
CDCloudflare Developers
•Created by DiamondDragon on 4/23/2024 in #pages-help
Can't deploy a nextjs pages site in subdirectory
1 replies
DTDrizzle Team
•Created by DiamondDragon on 4/17/2024 in #help
Generated SQL error / type error with operations on unique index
1 replies
DTDrizzle Team
•Created by DiamondDragon on 4/16/2024 in #help
Drizzle studio shows as blank page on Arc browser
1 replies
CDCloudflare Developers
•Created by DiamondDragon on 4/13/2024 in #workers-help
cron not running locally on the trigger specified
I'm using hono here but when i go to
http://localhost:8787/__scheduled?cron=*****
i see the response log
but I dont see anymore subsequent logs of the trigger again. am i doing anything wrong?
4 replies
CDCloudflare Developers
•Created by DiamondDragon on 4/13/2024 in #pages-help
Project is set up for npm but it is currently being run via bun this might lead to build errors
Don't recall using npm when i init the repo but anyways, wondering what settings were set on npm that i should check out if im using bun
5 replies
TTCTheo's Typesafe Cult
•Created by DiamondDragon on 4/9/2024 in #questions
Recommended guides for knowing which html tags to style globally?
my design skills aren't great and i've gotten to know CSS mainly through tailwind. Most of my experience is designing app components but i'm working on some blogs and am finding myself sometimes confused where i tend to end up apply tw classes on many different main tags and what nto.
I notice a lot of projects style their globals.css for some of the common tags. I'm wondering if there are guides that suggest like "you should do x to your body gloally, y to your h1's etc).
I feel like im a little bit dyslexic so i hate getting "lost" in my tw classes , esp. across pages or components
7 replies
DTDrizzle Team
•Created by DiamondDragon on 3/21/2024 in #help
bun:sqlite - why is my sqlite3 version mismatched?
I'm trying to better understand JSONB functionality in sqlite so i replaced the 3.43 version on my mac by default with 3.45 from homebrew. but noticed some version mismatch
the code I'm running using the bun:sqlite driver is
console.log(db.all(sql
SELECT sqlite_version()))
which returns 3.43 but as you can see below, in my terminal i have 3.45 installed. But i can't figure out why it's not working
when i go into the db from my project in vscode1 replies
DTDrizzle Team
•Created by DiamondDragon on 12/2/2023 in #help
createInsertSchema does not infer notNull() correclty?
"drizzle-orm": "^0.28.6",
"drizzle-zod": "^0.5.1",
Results
2 replies
DTDrizzle Team
•Created by DiamondDragon on 9/27/2023 in #help
Help with proper types (values)
2 replies
DTDrizzle Team
•Created by DiamondDragon on 9/23/2023 in #help
TypeError: client.unsafe is not a function
7 replies