Lovell Fuller

Results 604 comments of Lovell Fuller

Yes, after there's a version of sharp that depends on the future libvips v8.9.0 we can look at the best way of handling its new Stream API. A possible first...

@mitra42 Glad you got it working; is this for use with the Internet Archive? The second example in https://sharp.pixelplumbing.com/en/stable/api-constructor/#examples which is generated from https://github.com/lovell/sharp/blob/master/lib/constructor.js#L53 demonstrates Stream-based I/O and I'm always...

Hi, does this still happen if you remove the `native-addons/video-module` dependency? If so, please can you remove that from `native-repro-sharp` to make it more minimal and therefore easier for someone...

Thanks, it looks like you're affected by https://github.com/electron/electron-rebuild/issues/520 sharp provides prebuilt binaries based on Node-API (N-API) that are designed to "just work" with all supported versions of Node.js and Electron,...

I've heard from other sharp+Electron users (there are many) that `electron-builder` provides better support for Node-API based modules than `electron-forge`, so that might be worth investigating too.

@timfish Thank you for working on a fix for this. sharp can be built from source and should work, but for Windows note the DLL-copying command that runs as part...

> ldd '/home/gautam/Documents/Projects/drbb/node_modules/sharp/build/Release/sharp-linux-x64.node' Is this the path when running on Lambda? You'll need to make sure all these shared libraries are part of your deployment/layer - please see https://stackoverflow.com/questions/57023704/extract-native-libraries-to-var-task-lib-node-js-lambda

Ah, apologies, I misunderstood the question. I took a quick look and it's possible the loading of images via openslide might have been affected by a recent change to libvips...

v0.31.0 now available with this change, thanks for reporting.

@Lanfei Not yet, sorry, but please do subscribe to this issue for updates.