Erfan Safari
Erfan Safari
If the authentication mechanism is set to "default", driver should resolves the authMechanism based on the server version and server supported sasl mechanisms.
**Describe the bug** I can't connect to the internet while `gt` is running, The proxy server on 127.0.0.1:8000 is not working, and using `--verbose` flag didn't give new information **To...
e.g. ```js humanInterval(60 * 1000); // returns "one minute" ```
There's no standard formatter specified for this repo and different parts have different formats. Steps - Add a `format` script to package.json - Add `npm run format --check` like command...
Sample schema using this shorthand ```js const schema = { a: /^(foo|bar)$/, b: /[a-z]/, c: /^[0-9]$/, } ``` Todo: - [x] Add to readme
After plugins were introduced, extra rules like objectId can be removed by creating plugin for these rules
FV can run natively on node, so there is no need for a build process. Also bundling a browser version is not in our business, Frameworks and CDNs usually do...
This information can help attackers to find valid patterns that cause problems or find a way to bypass validations. Too risky
Consider this Code: ```js const check = v.compile({ foo: { type: "string", optional: true, custom(v) { console.log("custom"); return v; }, }, }); check({}); ``` Currently, the `custom` function is called....