Romain Lesur
Romain Lesur
I've merged #237 and implemented @yihui's proposal in https://github.com/rstudio/pagedown/commit/7878384959df4bbbc2b4b13460e24900e3f9bb55 Here's a modified version of @yihui's minimal reprex (we can save a dozen of minutes using `wait = 0`): ```r writeLines('Test',...
Thanks a lot @antdurrant! Could you also attach the latest log file generated by Chrome, please?
Oh, this is interesting. Since `is_remote_protocol_ok()` is called before `get_entrypoint()`, it could mean that despite the path `/json/protocol` is reachable, the path `/json/version` is not. I am definitely interested by...
The logs of Chrome do not help here, indeed. I've tested GHA macOS runners (see [here](https://github.com/RLesur/test-chrome-print-batch-macos)): the error is reproducible and had always been thrown at the 201st attempt. I...
It is possible to use Ghostscript to reduce the pdf file size (see https://www.ghostscript.com/doc/current/VectorDevices.htm#PSPDF_IN). For instance, you may try the `-dPDFSETTINGS` option. If Ghostscript is installed on your system and...
I succed to synchronize htmlwidgets and Paged.js here: https://github.com/rstudio/pagedown/compare/master...RLesur:htmlwidgets But the result is a total mess: widgets are not properly sized, plot.ly is broken by Paged.js... So, synchronisation of htmlwidgets...
Very nice design... not too complex. There's an interesting challenge with the top menu. The most difficult part would be to define the spec for the different components.
Can you access to the following url? https://rstudio.github.io/pagedown/ This is the same website.
Sure, you need to add this CSS rule: ```css pre > code { white-space: pre-wrap; } ```
Hi, I'm sorry for the very long delay. > I would like to put multiple positions under the same company, instead of listing the same company for every position. Is...