Adarsh Madrecha

Results 72 comments of Adarsh Madrecha

Can you describe your suggestion/feature request in more detail?

Ya, a demo page like https://rawgit.com/jeresig/jquery.hotkeys/master/test-static-01.html would be very helpfull

@pbojinov / @pi0 Just wanted to bump this to ask if you are accepting any PRs? for this repo?

Share a reproduction link. Preferably of windicss playground.

Try This, ``` var express = require("@runkit/runkit/express-endpoint/1.0.0"); const { query, validationResult } = require("express-validator/check"); var app = express(exports); app.get("/a",[ query('foo').isArray(), query('foo.*').isAlphanumeric().optional() ],handler ); function handler(req, res) { const errors =...

I am also looking for this. I have posted a question on SO - [https://stackoverflow.com/q/50580689](https://stackoverflow.com/q/50580689/4050261)