a2k
a2k
I don't use anything else either. Would love a native Windows installation. Or winget/scoop support. I can't even find a way to install `turso` without opening Git Bash. Only use...
Damn, it doesn't install in Git Bash too. I got this while calling `curl -sSfL https://get.tur.so/install.sh | bash`: ``` $ curl -sSfL https://get.tur.so/install.sh | bash Welcome to the Turso installer!...
Is there a way to create a database without being able to install `turso-cli`? I can't find anything in dashboard. ps: the profile pic footer overlaps with everything. some css...
[I found a solution on my own.](https://stackoverflow.com/a/78034830/6141587) I think you can add it to your blog for completion sake.
Bdw, I tried starting the application & I got this error: > Error: Loadble extension for sqlite-ulid not found. Was the sqlite-ulid-windows-x64 package installed? Avoid using the --no-optional flag, as...
Okay, I think installing `sqlite-ulid-windows-x64` solved it for seed command. But when I run my application, I get this error: > ⨯ TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of...
I tried `.toString()` method too but that didn't work. Here's my code: ```ts import { drizzle } from 'drizzle-orm/better-sqlite3' import sqlite from 'better-sqlite3' import * as sqlite_ulid from 'sqlite-ulid' const...
Alright, I'll use `ulidx` npm package as an alternative for now with drizzle's `$defaultFn` like: ```ts import { ulid } from "ulid"; export const users = sqliteTable("users", { id: text("id")...
just add `declaration.d.ts` file in the root & paste this into it: ```ts declare module '@gradin/tailwindcss-scrollbar' ```
yeah, i keep getting this on a clean docker build. idk why. ```bash #13 1.322 ? The modules directory at "/app/node_modules" will be removed and reinstalled from scratch. Proceed? (Y/n)...