Guillaume Cornu

Results 5 comments of Guillaume Cornu

I have the same problem. I cannot get rid of the player in notification area, be it by swiping it away or force quit AntennaPod. Only way is restart phone...

I had problem with encoding with Windows. `pdf_length("file_with_diacritics.pdf")` led me to an error (`No such file or directory`). I tried with `pdf_length(enc2native("file_with_diacritics.pdf")`) with no more luck. I dived into code...

Yes I bumped into this too (version 1.5.2). version 1.5.1 does not work either but 1.5.0 does not have this problem

You can install it from the versioned repository ``` # Installation of the fs package in its version 1.50 because the following versions (.51 and .52) are buggy install.packages("fs", repos...

By looking at code we can see a hint in comment on unexported function `fix_img_dims` in `funs.R`. ``` # Takes an input image file (either an array or matrix), along...