Results 1568 comments of John Cupitt

I would ask on the conda board -- we didn't make the conda package and don't support it.

Hi @lafith, Please open a new issue for new questions -- it'll make it easier for other people to find answers.

Thanks for testing @amw -- it might be worth rechecking with https://github.com/libvips/libvips/pull/3618 This is the new highway-backed SIMD code we're hoping to get into 8.15. There are some accuracy and...

I think file type detection is out of scope for libvips. It's a hard problem to solve well and we have enough on our plate already heh. I would look...

More abstract points: libvips has several ways to make images: `new_from_file`, `new_from_buffer` etc. At the moment these are extra helper functions hanging off the main `Image` constructor, but there's probably...

I'm reluctant to declare 1.0 because I'm really not a node programmer -- I'm sure I've done all sorts of horrible things :( This package needs someone experienced to look...

Hello again @homm, I think the problem is that user time can be very misleading. If the CPU has hyperthreading (and the library is threaded), it will include the time...

I looked over the code and it seems reasonable, but I don't have a good carrierwave test setup so I didn't actually test it. Someone with a nice set of...

Look good! I guess `array.lua` needs some `local` adding. I wonder why lint passed this before?

Nice job clearing the weeds @rolandlo !