nikolasdas

Results 9 comments of nikolasdas

Just in case, has anything changed here @lovell? I'm trying to create an animated webp file from raw pixel data. `sharp(array, { raw: { width, height, channels }, animated: true...

Same problem with Vue's dynamic `:class` binding :(

I tried the new version, with `classRegex: '^:?class$',` and without. But unfortunately it still does not work :/

@francoismassart here is an example repo: https://github.com/nikolasdas/tailwind-eslint-nuxt-test running `pnpm lint` shows the order warning for `app.vue` line 7, but not line 12

Have not tried it, but I found this [repo](https://github.com/falcondev-it/nuxt-sentry). Looks promising, maybe it's a good start for a v3 version of this module?

I'm using the nuxt 4 folder structure and for me everything works as expected :)

Not sure if this is the best solution, but this is my current setup: ```vue ... ```

The other option I found is a bit cleaner: ```vue ... ``` but then you need to add `[&.router-link-active]:bg-accent/50` to the `navigationMenuTriggerStyle`

I can't even install the dependencies... I've tried npm, yarn and pnpm, without any success :/