rodriciru
rodriciru
Sorry. There's an AggregateRating (not in my theme), but not the reviews (in classic and hummingbird)
I made a PR long time ago to expose reviews to use in header. This involves the modification of the template, but it is still open... Maybe its outdated now......
Great. But as for the moment, there's no such info (not even in the JSON_LD) this fix that for all templates that use this module. Or we can look at...
> I will summarize. > > * In https://github.com/PrestaShop/classic-theme/blob/develop/templates/_partials/microdata/product-jsonld.tpl, there is a rating microdata provided in a limited form. > > * I agree that adding more structured data is...
I will share my thoughts. - First it happens for me when I upload a video (mp4), not happen when uploading an audio - For me, it fails on Coldfusion...
It also fails when using `--data` instead of `--data-binary`. Also fixed on my Coldfusion side by sending as pure binary by `application/x-www-form-urlencoded` : ` cfhttpparam(type = "body", value = fileReadBinary(arguments.filePath));`
I almos add a new issue here about this! -> https://github.com/nuxt/nuxt/issues/33738
OK, now `@stop.prevent="stopChat"` stops the prompt sending, but not `@stop.stop="stopChat"` (before this PR it will throw an undefined error) (I'm not using @vercel/ai-sdk as supposed, I'm creating messages manually) But...
To summarize: 1. Nuxt UI 4.2.0 - `stop.prevent` OR `stop.stop` → Undefined error - `chatStatus.value` different from `ready` will stop the prompt resending - `chatStatus.value = "ready"` inside a `setTimeout`...
> > To summarize: > > > > 1. Nuxt UI 4.2.0 > > > > * `stop.prevent` OR `stop.stop` → Undefined error > > * `chatStatus.value` different from `ready`...