Connor Pearson
Connor Pearson
Are you sure the plugin is causing this? What happens when the plugin is not installed?
There was a similar question here: https://github.com/cjpearson/cordova-plugin-keyboard/issues/44 The short answer is it's possible, but you'd need to modify this plugin and be ok with accessing private APIs.
@larssn, do you have a simple example that shows this happening? I've never seen it before. My guess is the js-native bridge is not active while scrolling is happening, so...
Ideally html/js that I could put into a simple cordova app to test.
I'm also running into this issue. I don't yet have a minimal reproduction, but it seems to be related to the HtmlWebpackPlugin. I can work around it by adding the...
Here's a simple reproduction: [unplugin-issue.zip](https://github.com/unjs/unplugin/files/9505017/unplugin-issue.zip)
Instead of a dedicated plugin, would a shared crate that other plugins depend on work? Or a plugin that other plugins depend on? I'm thinking that way tailwind classes can...
@danielroe I'm also running into this issue with Yarn, so I think this might be a nuxt rather than pnpm issue. Even when the correct versions of `nuxt` and `@nuxt/kit`...
It looks like a lot of time is spend in this function https://github.com/francoismassart/eslint-plugin-tailwindcss/blob/6b6c0dd28e123cc118bff83654f951f736fa58e8/lib/util/cssFiles.js#L18 Perhaps a quick improvement would be to move the `fg.sync` call inside the if block, and only...
This tip is also helpful for vercel edge