Valentin Oliver Loftsson

Results 14 issues of Valentin Oliver Loftsson

I set the defaults for `description` and `author` fields to `undefined` since `npm_package_description` and `npm_package_author_name` are not exposed as environment variables in npm 7.

Hello fellow Nuxt contributors and developers! I noticed that in npm 7, they have [reduced environment variables provided to lifecycle scripts](https://github.com/npm/rfcs/blob/latest/implemented/0021-reduce-lifecycle-script-environment.md). This means some of the defaults used in this...

Hello :) Are there any plans for supporting `imagesrcset` and `imagesizes` attributes for preload hints?

I have around 150 lines of code, and the line numbers misalign with the code lines. Do you know how I can fix this? I am using version 1.2.2. ![image](https://user-images.githubusercontent.com/23453691/129736475-125ecdbc-fddf-44a3-ab81-7b5feae8018e.png)

Hello, I noticed that the Deployment section states only deployment for `target: server` is possible via Heroku. Actually, static deployment is possible using [`heroku-buildpack-static`](https://github.com/heroku/heroku-buildpack-static) in conjunction with the Heroku buildpack...

docs

### Describe the bug When calling [`S3.Client.head_object()`](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/head_object.html) and the provided key is not found in the S3 bucket, the function does not raise the expected error type. ### Expected Behavior...

bug
needs-triage

[Preloading responsive images](https://web.dev/preload-responsive-images/)

Are there any plans for supporting `imagesrcset` and `imagesizes` attributes for preloading responsive images? Could perhaps be done by adding the following to [this line](https://github.com/vuejs/preload-webpack-plugin/blob/8e02b1230e4d03c67ed99910ef97289bdc05d78b/src/index.js#L88): ```js if (attributes.as === 'image')...

:question: Question Does this library support YARRRML out of the box? Or do I need [yarrrml-parser](https://github.com/RMLio/yarrrml-parser)?