carcinocron

Results 52 comments of carcinocron

anybody got a solution? at least half my dependabot PRs fail to preview deploy on cloudflare because of this. Also, doesn't look like cloudflare lets you edit the `pnpm install`...

discovered this strange anomoly today: ```ts const cols = 'id,name' query.select(cols) // good and normal const cols = ` id, name ` query.select(cols) // good and normal const cols =...