Farnabaz

Results 331 comments of Farnabaz

Do you mind providing a simple reproduction project? Your code snippet is not helpful to understand the issue.

Thanks @harlan-zw for the feedback. > Config is currently only resolving through root path, we should ideally support the srcDir (/app in nuxt v4). Ideally logic should be similar to...

Did you use `shamefully-hoist=true` in `.npmrc` ? If not, try to add `shamefully-hoist=true` to `.npmrc`

@Cry0nicS Do you mind providing a small reproduction? I could not reproduce the issue using content starter

The solution to pnpm issue should be simple as removing node_modules and lock files and run `pnpm approve-builds` after clean install What I suggest to try experimental native sqlite https://content.nuxt.com/docs/getting-started/configuration#experimentalnativesqlite...

Thanks, @wale. I'm wondering—can’t we use the same login (with isomorphic-git) for GitHub and Bitbucket? Ideally, removing `cloneRepository` and `ref` and add support for object syntax for repository ```ts repository:...

I'd keep only one solution if it's generic enough, So if new solution works for Github and Bitbucket lets use it. But we can provide a compatibility solution and deprecate...

> That's true, I'll keep my generic solution, and hide the previous logic behind a boolean (downloadTarball?) By compatibility I don't mean the tar ball download. I mean the config...

This is not related to Nuxt Content, you are using `route.path` as the key for `useAsyncData` both in `[...slug].vue` and `app.vue`. But they return a different structure. This different structure...

Do you use linux? Can you provide the output of `npx nuxi info`? Missing Cloudflare bindings in local machine, means that `worked` couldn't simulate worker environment in your machine. @zacwebb...