Borut Kovačec
Borut Kovačec
@dontwan do you know of a method of getting an event when user clicks Zoom in button? The code you posted is not working in this case I guess...
```js data() { return { zoomedIn: false } }, mounted () { this.$watch('$refs.pinch.isZoomedIn', (val) => { console.log('zoom changed', val); this.zoomedIn = val }) }, ``` The code above works for...
In general I have plenty of similar error related to incorrect types passed to functions in latest version. I am using PHP 8.2 and all requirements are met on server.
I have now made fresh installation on CPanel server using Softaculous Apps Installer and I was able to reproduce the issue again. As mentioned earlier, there are few type related...
You mean it is fully working on MariaDb versions 10.5 and and 10.7, but not working on 10.6 (my version)? That seems weird.  Since this is on managed server...
BTW another type related error is with thumbnail generation using `{{ pimcore_image() }}'. Thumbnails don't generate on page load resulting on broken image on the website. When refreshing the page...
Last time I had this issue I fixed it by switching the PHP to version to 8.3, even though 8.2 was officially supported by the affected instance. I will test...
I have used this in my Vue 2 project and I am now migrating to Vue 3. Will this work?