Brendon Muir

Results 265 comments of Brendon Muir

@jwilsjustin, could you check if the latest version of the gem still has this problem? :)

Just looking quickly, the only place this is called is in: `before_save :handle_ranking` Would you mind generating a failing test case showing the problem as I don't think we use...

Thanks @razvan-sv, I suspect it'll be as a described above.

So far no one has created a PR with a failing test case showing that the issue lies within `ranked-model`. I'd be happy to look at a fix if someone...

Just noticed that we both tacked the same problem. I managed to get it to work in both IM and VIPS but I created a seperate method `cover`: https://github.com/janko/image_processing/pull/75

Can you try my fork and see if it fixes your problem? https://github.com/brendon/less-rails/tree/fix-sprockets-loading

Great to hear @PlugIN73 :) I'm having trouble getting the test suite to run with 4 beta but I think it's more about the manifest.js file not being read in...

Hi @mattvague, I'm not too sure what to do about this. It looks like you're explicit calling `branch_order_rank` on this item? Perhaps you could check if the `branch_order` is `nil`...

Maybe you could move to using https://github.com/thoughtbot/cocaine to abstract and secure your command line execution?

I've come up against this again: ``` Unmatched double quote: "convert '/path/to/Years 8's Tech.jpg' -auto-orient '/tmp/dragonfly20180627-5005-161nlo5.jpg'" ``` This feels like a security problem to me. I'm using version `1.1.1` but...