Kimmo Salmela
Kimmo Salmela
### Environment - Operating System: Linux - Node Version: v20.2.0 - Nuxt Version: 3.8.2 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - -...
Regex in `UriResolver->parse()` doesn't correctly parse a file path if it contains Windows directory separators. This makes the `$basePath` become an empty string and breaks relative `$ref`s. ``` // UriResolver->resolve($uri,...
As far as I can tell, omitting `quality` parameter doesn't actually default to `100`, but whatever's default for sharp (e.g. `80` for WebP and JPEG or `50` for AVIF). Here's...