Espen Hovlandsdal

Results 39 issues of Espen Hovlandsdal

There's a few file types that are marked as ["unsafe"](https://github.com/sindresorhus/file-type/blob/c037ba7ed901bd5efe57bbba707b607035265eaf/core.js#L1179) - and looking at the detection signatures I assume it's because the check is somewhat simple/naive. I have a gLTF...

enhancement

A scenario that came up in our community slack: User requests gatsby image data from GraphQL, but due to a misunderstanding passes this data to the `getGatsbyImageData()` method. It crashes...

good first issue

If you make the following schema type: ```json { "name": "imageAsset", "type": "image", "fields": [{ "name": "alt", "type": "string" }] } ``` ...it will be prefixed with `Sanity` when rewriting...

bug

I expected the following to throw an error: ```js let query = `name == $name` let tree = parse(query) let value = await evaluate(tree, {dataset: [], params: {}}) let data...

If you define a file in the `module` field which has a `.mjs` extension, this plugin currently overwrites it with the type definitions. With this change, it instead correctly writes...

We have gotten some feedback that it can be confusing where these "unknown X" messages are coming from, so this PR adds a prefix to the warning to let you...

# ↪️ Pull Request This PR introduces a new `parcelhmrapplied` event, which is triggered (as the name implies) after the updates have been applied. I'm also wondering if a PR...

Treat this as a work-in-progress that we can use to base our discussions from. Addresses #3369 In essence, this lifts the types from the `@types/sharp` module into the official package,...

enhancement

Hi Lovell! I've been helping maintain the `@types/sharp` module lately, and was wondering if you had any thoughts on whether or not you'd like to see these integrated into (bundled...

enhancement

First of all, thanks for a super well made project - I love it. I'm trying to handle any errors that sharp encounter in a graceful way, but I can't...

enhancement