Farnabaz

Results 331 comments of Farnabaz

You need to follow an important rule in Nuxt modules. You should not use auto-imported utils inside module runtime, instead, you should always import the auto-import utilities from packages or...

Hey @gokaybiz Sorry for the late response I checked your repo. This is not directly related to the renderer. In markdown, images are wrapped inside `` paragraph. And since your...

Hey @miker059 Sorry for late response, Do you have a reproduction repository I can use to look for the issue?

Could you provide a simple reproduction? The proper way to do this in sqlite is using [`json_each`](https://sqlite.org/json1.html#jeach) operator, which is not yet supported in Content query builder. However, I believe...

Hello @agotfredsen82, Is it possible to provide a simple reproduction using `https://pkg.pr.new/@nuxt/content@453ba2e`, a GitHub repository would be nice? In my test, it works as expected

@elevatebart The plan is to release next week

@MooseSaeed There are a few blockers for the release. We're working to provide fixes on upstream packages. I'll release as soon as those blocker are fixed.

Hello @itsmnthn There is an issue in the latest release that prevents using uppercase letters in schema fields. This is fixed in the latest commits and will be released in...

Could you try adding `content.documentDriven.host` in `nuxt.config.ts`? ```ts export default defineNuxtConfig({ content: { documentDriven: { host: 'website-url' } } }) ```

Hello @hrynevychroman, Sorry for the inconvenient, do you still have issue with logs? If so, what is your project type? is it Worker or Page?