Romain Lesur
Romain Lesur
Hi, Yes, it is possible to have a landscape report. We haven't yet implemented helpers to change paper size and page orientation (but I have some ideas on this subject)....
@fmmattioni Unfortunately, Chrome doesn't support this feature.
@felipecrp Having the tools to perform visual tests against regressions would be great. The `.test` parameter introduced in https://github.com/rstudio/pagedown/commit/031b1cb8b8bbcb96353ba2a17c589a7eaddfbf40 and https://github.com/rstudio/pagedown/commit/d6d649d20b66dfd3a173247af644ecab916984c9 was the very first step in this direction. We...
@felipecrp You're right, DOM checking could be another strategy. However, I wonder whether this would be useful in the context of **pagedown**. For instance, in the context of the current...
The only goal of #97 was to enhance `chrome_print()` to create an `async` argument which can be used in any context . `async = TRUE` is required if the user...
Thanks a lot for this report. In order to find the problem, I've tried to produce 800 pdf files with `chrome_print()` using a for loop: I've found a corner case...
Thanks a lot for providing this example! With this project, I wasn't able to reproduce the bug. I've just produced 800 pdf files on my personal computer (Ubuntu). I don't...
For the record, I wasn't able to reproduce this bug on windows.
Thanks, @yihui! IMO, it would be useful to save the logs of Chrome. For now, we have no mean. I've opened a PR (#237).
Thanks, @antdurrant and my apologies for not having answered on RStudio Community. I will try to reproduce your example. I wonder whether we should use **processx**'s supervisor (this is a...