Eelco Lempsink

Results 6 issues of Eelco Lempsink

When using the generic `StripMetadata` option, vips strips all fields, also those that are technically not “meta” data, but a key part of the data such as the color profile....

I saw that this method was being used in other parts of the code, this commit makes it consistent throughout and fixes some crashes we ran into.

For a while now (since Xcode 9.3) Apple ships a tool for code coverage. (Run it with `xcrun xccov`). It can read the coverage files generated by Xcode and translate...

enhancement
help wanted

When passing a `tsconfig.json` to `--ts-config` madge does not handle the `extends` field correctly. It is calling all the “right” options to parse the file with TypeScript, but then ends...

Madge is not able to identify circular imports when using a folder with an `index.ts` file. ### To Reproduce `aap/index.ts`: ```typescript export { default as Noot } from "../noot" ```...

bug

I’d love to use this plugin, but I’m wary of it getting “stuck” on a ts-prune version with a bug somewhere in the future. Right now, the `ts-prune` dependency seems...