daz.dev
Build a Drag & Drop Designer with Solid
For PDF generation, I run https://gotenberg.dev/ as a microservice, with some "print format" CSS boilerplate to define the canvas.
6 replies
Build a Drag & Drop Designer with Solid
Might be a good starting point to hack together a proof of concept: https://solid-dnd.com/
6 replies
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
Ah yeah, this needs to be set to
dist
-- obvious now. Netlify deployed: https://659012a4ca65440008130773--iridescent-toffee-84678c.netlify.app/14 replies
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
Hey @Metru – deployed to Vercel first time:
https://solid-start-beta2-suupjbxso-darrenbarklie.vercel.app/about
14 replies
DTDrizzle Team
•Created by louis on 10/2/2023 in #help
No such table: main.__old_push_[TABLENAME]
Just run in to this same issue with Elysia and Lucia Auth. Hit it twice, only resolution is to delete the tables, which is not practical. Did you open a GitHub issue I can track/contribute to @stan?
77 replies
DTDrizzle Team
•Created by Meexa on 11/21/2023 in #help
sqlite insert results in error: "SQLite error: no such table: main.__old_push_items"
Also encountering this after pushing changes:
7 replies
DTDrizzle Team
•Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
Actually, I figured this out. The issue what that I wasn't pointing to my
src/db/schema.ts
file correctly, hence not finding columns
.32 replies
DTDrizzle Team
•Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
Let me know what additional info will help.
32 replies
DTDrizzle Team
•Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
I have just run in to this error too:
v0.20.7
pushing to Turso.32 replies
Does Solidjs have its own tanstack query?
I'm struggling to understand how to use
createMutation()
with Solid Query and I don't see it documented. Specifically how to handle the first CreateMutationOption
.
Is createResource the way to go for posting data, or can you advise on what I need to be passing to the first argument of createMutation()
?5 replies