Mick Lawitzke

Results 157 issues of Mick Lawitzke

I tried to use an import statement instead of the require: `import * as _eval from 'eval';` But when using the module I get the error message `_eval is not...

How can I whitelist tag attributes in the xss validator? The [docs say](https://nuxt-security.vercel.app/documentation/middleware/xss-validator#whitelist): > { 'tagName': 'attr-1', 'attr-2' } But this would be invalid TypeScript. I guess you meant to...

question

Thanks, this plugin looks amazing! It works fine on my local dev but deploying to Vercel Edge Functions I get the following error: > [17:58:03.988] [success] Server built in 7799ms...

PR welcome

Hello, right now it seems like a connection to MongoDB is established when the Nuxt app starts. But when the app is deployed as a serverless function maybe a server...

enhancement
PR welcome

I tried both copying the readme and the stackblitz example 1 to 1 but I get the following error: > [nuxt] [request error] [unhandled] [500] Cannot destructure property 'files' of...

I wonder how I can preview template in devtools that use props. Right now it gives me tons of errors: > Error rendering template Welcome: TypeError: Cannot read properties of...

enhancement

I was thinking it would be great if the library would be unstyled "headless" (e.g. see tiptap or primevue). This would give full control to the developer in what way...

Hey, thanks for this amazing library! Vue3 is out for a long time and it seems like this library is working stable. Shouldnt the "next" branch be made the default...

## Description The examples in the docs show how to setup flicking (and plugins) in an old fashioned way. Personally I would replace them to use the `` syntax, e.g.:...

:hand:Suggestion
:bookmark:4.x
:package:Vue3

### Environment ``` - Operating System: Darwin - Node Version: v21.6.1 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: -...

bug