-
## **Description**
I'm experiencing an issue where the Shepherd.js modal is not scrollable on iOS devices (iPhone and iPad) when used within a Vue 3 and Quasar project. The modal works as expected …
-
Explore using `@testing-library` to unit test Vue components. And also to verify Lux component integrations maybe?
_Update:_
Looks like Vue has an official test utils package (https://vue-test-ut…
-
### What problem does this feature solve?
It should be possible to find nodes by the text they contain. For example when I want to click the logout link in my component:
```html
My Account
…
doits updated
2 hours ago
-
Would it be possible to use a JS framework (like Vue or React) and a design library (like Material Design or Bootstrap) for webviews and the Electron app?
A potential stack would be:
- Vue
- Vue …
-
**Describe the bug** A clear and concise description of what the bug is.
This is less a bug as a feature request. It would be great if this package could export an ESM bundle. I am maintain…
-
Hello there :)
As I'm working on a [Quasar](https://quasar.dev/) project I've been facing an issue while trying to use the library.
Quasar's particularity is to offer some SSR render, so I had t…
-
My package.json:
```
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@quasar/app": "^3.2.9",
"@quasar/quasar-app-extension-testing": "^2.0.2",
"@quasar/quasar-app-ex…
-
I'm just curious if you feel as though snippets directed at test files are out of the scope of this extension? I thought about making a separate extension, but I figured we could just add on to this o…
-
👋 Hi all! With [ESLint v9 released](https://eslint.org/blog/2024/04/eslint-v9.0.0-released), many community plugins are adding support for the new major version. This is a tracking issue of ESLint v9 …
-
Description:
MicroAgent currently generates and attempts to execute code without verifying if the necessary libraries (e.g., @testing-library/user-event) are installed. This can result in errors when…