Alexandru Ungureanu

Results 4 issues of Alexandru Ungureanu

Running `npm install` after pulling from `git` prints the following: `npm WARN [email protected] requires a peer of eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 but none is installed. You must...

Added warning on using multiple `oneOf` entries with nested data structures to prevent severe performance issues. Fixes #130

As per https://github.com/justinrainbow/json-schema/issues/640, having multiple `oneOf` entries can severely impact performance, especially when validating nested data. While this might be an implementation specific problem, it might be worth adding some...

## Description I've set up Gridsome with Vuetify. As per [the docs](https://vuetifyjs.com/en/features/sass-variables/), we can override things like basic font size across the application. However, this doesn't seem to work in...