Richard Taylor

Results 5 issues of Richard Taylor

The content for the [Windows Installer page](https://yarnpkg.com/en/docs/install#windows-tab) says: > Notice > > Please whitelist your project folder and the Yarn cache directory (%LocalAppData%\Yarn) in your antivirus software, otherwise installing packages...

This initially replaces the manual conf.json file loading and parsing with [viper](https://github.com/spf13/viper). The same file is still loaded from the same location and fills the same configuration struct, so there...

Body parameters (`in` is `"body"`) are always grouped in a single object, and as such there is no way to set defaults for some of the parameters nested inside that...

You may not want to define a `default` value for a schema object, but still want to provide representative examples, particularly in mock responses. This is particularly important where `string`...

This changeset provides an option to allow a custom JSON schema validator to be passed to the validation middleware. See further discussion in #467. In general this actually a small...