Guillaume Cornu

Results 8 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...

You can control the naming of the spun container by defining `resource-name` attribute in the app spec definition. It uses SpEL expressions. Here for example I build the container name...

I'm not using the Python version of Shiny but you may have a look at this sample [Display Headers](https://github.com/posit-dev/py-shiny/blob/main/examples/headers/app.py) that allow to display http headers from current connection. So may...

I have exactly the same problem. I tried to send the command directly using command("AUTH user password") after a simple connection using (host, port) but always get error saying that...