Evertvdw
Evertvdw
The workaround for using `i18n` with composition api currently described here: https://quasar.dev/start/upgrade-guide#vue-i18n-v9 causes some problems for me. When used it generated the following warning message: ``` [intlify] Not supported 'formatter'....
**Describe the bug** Using a QInput to model a date with QDate and QTime inside a popup proxy. When viewing this on a darker background you notice a small white...
**Describe the bug** When using SSR and some conditional class based on `$q.screen.something` in an async component this conditional class is not updated. Example component: ```vue import { defineComponent }...
I have been breaking my head the past 2 hours on a problem which I cannot wrap my head round. When I use `unplugin-auto-import` with Quasar (webpack) the css that...
Hello, I'm running the grayscale function on some data of (500*500) and using the same profiler as the examples I get different results. This is the code I use. imageData...
Hello! I've been struggling for quite some hours to get something done with this library which should in my opinion be easier. I eventually found a workaround, so this issue...
Hi there, I was looking around for a version of QTree that is draggable, and was pointed to this. First off, it looks good so far, nice work! If you...
Hello there! I'm trying out the screen-mirror-extension and I must say it works very well! Only thing I notice is that scrolling is not mirrored, is that something you have...
Hello there! I just started using this ESLint extension, and I noticed it is flagging a lot of stuff of which I doubt is valid. I have HTML like: ```html...
Hi there! I started with migrating our codebase from Vue 2 with class components to Vue 3. The project doesn't run yet with Vue 3 but I'm already looking at...