Pierre Châtel-Innocenti
Pierre Châtel-Innocenti
I have the exact same error when trying to pair my Estonian Identity Card with my user account :/
OK, I’ll look into it. @frankmorgner do you have any pointers on where to start poking around in the code?
HI @DRenan, I have the exact same question as you. Did you manage to make it work in the end? Using release 2.5.1 of RrcmPathRAM i get v7 c4689 firmware....
Thanks @DRenan . In the end I found out about this other version : https://osxlatitude.com/forums/topic/12392-solved-7490-catalina-dw1820a-bluetooth-problem/ Do you think it's the same?
HI @RV-ABZ, I have the exact same question as you. Did you manage to make it work in the end? Using release 2.5.1 of RrcmPathRAM i get v7 c4689 firmware....
It works ! Merci Hervé :) Do we know why this particular version works? 🤔
Follow up: it looks like it's the usage of _thumbnail_ in the __resize_ function that is problematic. If used, for the particular size I'm looking for, the next _$resized->crop_ call...
Hi @joppuyo and thanks for the great plugin. OK, so it happens when trying to get a 650x433px thumbnail of the attached image. This is a custom thumbnail size registered...
Upon further inspection, the error arrises because when called on this particular image with parameters width = 650 and height = 433, the _thumbnail_image_ function return a 649x433 images. Thus,...
I don't think that's the problem in this particular case because `target_w` and `target_h` are equal to 1. So using `ceil` or `floor` doesn't change the outcome. Working on the...