Denis Yılmaz

Results 21 comments of Denis Yılmaz

I've tried to do this on the component level itself and found a working solution: ```js @Input() set autohide(value: boolean | string) { this.autohideBoolean = value === 'true' || value.toString()...

@brandonkelly any plans to add GQL support for this plugin?

Same issue here with Nitro and Multipass. Multipass deletes local bound vendor folder and after restart it outputs nitro 1.1.1 multipass 1.5.0+mac multipassd 1.5.0+Mac macOS Big Sur 11.1 Message from...

I was able to overwrite it like this: `seomatic.php` ```php $perSiteSettings = [ 'de' => [ 'siteUrlOverride' => '@primarySiteUrl/de' ], 'en' => [ 'siteUrlOverride' => '@primarySiteUrl/en' ] ]; return [...

Any plans to add Neo support or a workaround for the described bug? We are using preparse-field on a section block (Neo field) to prerender a anchor id based on...

We have a complex project where the paths of the different page types don't follow a specific order. Thus, only when the data from the backend is resolved we know...

Any plan to add this feature in the near future??

Just to make sure I did not make a mistake here. The origin is set in the `express/vite.config.ts` file: ```tsx import { nodeServerAdapter } from '@builder.io/qwik-city/adapters/node-server/vite'; import { extendConfig }...

Sorry, i forgot to update the issue. Actually the env `ORIGIN` was required on the node express server additionally to the settings on the vite config file. With this my...

yes, I actually did it exactly as you described. I just thought it might be helpful for people having the same issue because the plugin doesn't make it clear, as...