Eelco Lempsink
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...
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" ```...
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...
## Environment - wyw-in-js version: 0.6.0 - Bundler (+ version): esbuild >=0.25.2 - Node.js version: 22.14.0 - OS: macOS ## Description Using `@wyw-in-js/esbuild` fails with: `Error: [wyw-in-js] "onLoad" filter is...