Tycho Bokdam

Results 198 comments of Tycho Bokdam

Interesting, did you log the exact query TypeORM runs? (If you enable logging) And does that one return the correct results?

Interesting, using bigints maybe? I also can't think about anything that could cause this. Think its also impossible to create a repo that reproduces this issue? The output between the...

@dependabot ignore this major version

Think you added shadcn to your repo before they migrated to the new cli? Can you update your `components.json` to have these: ```json "aliases": { "ui": "@templi/shadcn", "components": "@templi/shadcn/components", "hooks":...

Our use case is: we have multiple sites in our mono repo (10+ sites) that we build in our own CI and then want to deploy as `prebuilt` to Vercel....

> I see from the script that you linked that you are not setting the rootDirectory property. This is almost certainly going to be incorrect in a monorepo setup. Each...