Damian Głowala

Results 70 issues of 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 }) } };...

bug
2.0

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...

feature

### 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...

enhancement
🍰 p2-nice-to-have

> _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? ![image](https://user-images.githubusercontent.com/48835293/137399312-cb459b3a-fcb8-49b2-b34e-7827f0949433.png) ![image](https://user-images.githubusercontent.com/48835293/137399271-826622e1-d32f-4cb6-9fc7-b513af579b58.png)

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.

enhancement

### 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`,...

bug
bridge
🔨 p3-minor-bug

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...

enhancement
3.x
nitro
upstream