Josh Daniel Bañares
Josh Daniel Bañares
Thanks for the feature request @grei-19, we'll be opening a discord server to the public today & u can raise this feature request there for the community to see &...
No need @grei-19, we'll take note of your request, thanks!
Thanks @michalstruck !
- #85 Seems to show confetti non-stop when at least 1 task is marked as complete. Here's what I'm trying to achieve: https://ulitcos.github.io/react-canvas-confetti/ (on the demo), I found this library...
Thanks for your interest @CheeTheStudent ! Basically, I want to add another button here (encircled in the photo below). When you click that button, a modal will popup with the...
Yes, that's correct. If you have questions, you can contact me on discord `!xfi#1387` or by mail `[email protected]`
+1, I'm on a monorepo setup with turborepo --- Drizzle ORM setup with Turso in `packages/db` ```ts import "dotenv/config"; import { drizzle } from "drizzle-orm/libsql"; import { createClient } from...
Update: I fixed it by instantiating `drizzle` on the Next.js project instead of exporting the setup in `packages/db`. ### Before ```ts // packages/db/index.ts import "dotenv/config"; import { drizzle } from...