silverwind

Results 266 issues of silverwind

**What version of Ajv you are you using?** 8.11.0 **What problem do you want to solve?** I'd like to validate JSON schema extracted from OpenAPI 3.0 that includes `discriminator.mapping`. Currently...

enhancement

OpenAPI/Swagger schemas can define their version in the schema, so the validator can use that in the absence of the `version` argument: ````json {"openapi": "3.0.1"} ```` ````json {"swagger": "2.0"} ````...

I think the `getFilesAndDirectories` was only ever implemented in Firefox and possibly in some versions of Edge but I think it's been deactivated/deprecated since a long time now and is...

I think it would be useful if `split-string` would, like `String.prototype.split`, support splitting using a RegExp as the separator. One example where this is useful is with multiple separators in...

request

For example: https://www.wireguard.com/netns/#rule-based-routing

enhancement

Currently, routing metrics are only respected on win32.

enhancement

Support this in `peerDependencies` while retaining level of preciseness: `"webpack": ">=4"` -> `"webpack": ">=5"` `"webpack": ">=4.1"` -> `"webpack": ">=5.2"` `"webpack": ">=4.1.0"` -> `"webpack": ">=5.1.0"`

enhancement

After a dependency update, it's usually best to wipe `node_modules` and reinstall. I'm considering adding a command line switch to do just that for `node_modules` and whatever files yarn v2...

enhancement

I did a quick investigation and it seems to require one to pretty much re-implement yarn's internal config resolution, which I'd rather not like to do, so I'm hoping on...

help wanted

Like https://github.com/facebook/create-react-app.

enhancement