Results 73 comments of Robert Buchberger

Something's going wrong with vips loading the image file... Here's the code that's failing: ```ruby def image @image ||= Vips::Image.new_from_file(name) end ``` It's returning nil when it should be returning...

Works for me, which says it has to do with the environment. I don't have a mac to test on, but I'll look into setting up a vm or a...

Until we can work out a better solution, might I suggest a docker container? Something like the following: ```dockerfile FROM jekyll/jekyll:4 RUN apk add vips imagemagick WORKDIR /tmp ENV BUNDLER_VERSION...

Let me know what you figure out. I'm sorry to say I'm not really smart on package management and the like, but if this is an issue that affects all...

Glad to hear that. I've pushed some updates, can you try with 2.0.2? At the very least, the error message should be less useless.

Damn, ok. Are you using the apple-shipped system version of ruby? Per [this discussion](https://github.com/libvips/ruby-vips/discussions/294) I've been having with the ruby-vips maintainer, the homebrew version might be necessary.

That little plugin is great, I love the idea of not having to deal with the awkward liquid tag syntax. I'll have to do some learning, but this is a...

@JavierSegoviaCordoba So I'm really busy these days (new job and kid on the way) and I don't have much time to spend hacking on JPT. I'd love a little help...

That probably has to do with the old version of vips that jekyll has in their build images. I'm not really sure about a good way to fix that, other...

Hah, I feel bad because you won't be the first person bothering netlify support about my plugin. Hopefully they can help :)