Damian Głowala
Damian Głowala
I'd like to validate a simple array of strings to make sure none of them is empty: ``` const rules = { questions: { $each: helpers.forEach({ required }) } };...
I'm using TailwindCSS and for my use case I find it difficult to apply a color to the progress bar with a **different color whenever a user hovers over the...
### Environment n/a ### Reproduction n/a ### Describe the bug Would it be possible to integrate [https://vueuse.org/shared/watchdebounced/#watchdebounced](https://vueuse.org/shared/watchdebounced/#watchdebounced) with the `watch` property of `useFetch` and `useAsyncData`, so that in addition to...
> _Removed the required context in the issue template as it is unrelevant to my rather generic question._ How can I require a key with Joi and yet accept the...
Are there any plans for making this module compatible with Nuxt 3?  
Would it be possible to support functionality similar to the following library ([https://github.com/tcort/link-check](https://github.com/tcort/link-check))? That is, simply checking whether URL is valid or dead, without interacting with the site.
### Environment - Operating System: `Windows_NT` - Node Version: `v16.13.1` - Nuxt Version: `2.16.0-27358576.777a4b7f` - Package Manager: `[email protected]` - Bundler: `Webpack` - User Config: `head`, `srcDir`, `css`, `plugins`, `components`, `buildModules`,...
Is this the right package to use with ESLint for Nuxt 3 development? I keep seeing Vue 2-related errors which are most likely due to the following rule `plugin:vue/recommended`.
### Describe the feature The Nuxt 3 application I've made is managed by someone who has an access to the production bundle via FTP and tried adding a PDF file...