G. Vituri
G. Vituri
Same problem here. No solution found.
Same problem here.
Update: the problem is more general. The whole Waitress does not disappear when it should. I am using waiter 0.2.5. Here is an example: ``` library(shiny) library(waiter) ui
Hi, all! Using the method described above by @DyfanJones, I was able to send small attachments via email using SES. However, when the attachment has more than ~150kb, the `send_raw_email`...
Here is an example. Play around with the `times` argument when creating the file to increase/decrease the size of the test_file. ``` library(emayili) library(magrittr) # create a file rep('a', times...
Thanks, @DyfanJones! I was able to install your pull request with ``` devtools::install_github(repo = "DyfanJones/paws/paws.common/", ref = "feature/escape_loop") ``` and now the attachments work like a charm :)
Here are some of the variables in the server: wait_timeout: 28800 connect_timeout: 10 idle_transaction_timeout: 0 I don't remember having this error before, and I didn't change the MariaDB (version 10.4.8)...
I couldn't get the logs, but found a kind of solution using the "pool" package. It takes care of the connections (in case of several users connecting in a shinyapp)...
Thanks, @pvictor! Your solution works very well, I can do the "defusing" of the integers back to characters on the server side without any problems. The only strange thing I...
I confirm the problem with the footer argument.