Christophe Dervieux
Christophe Dervieux
A quick fix for me is replacing https://github.com/hrbrmstr/decapitated/blob/842cc7244cff150d6ca79fcd5fc0df67e4f3d74e/R/chrome-pdf.r#L97 by ```r file.copy(file.path(dirname(chrome_bin), "output.pdf"), out_fil, overwrite = overwrite) ``` However, I assume this function worked as is for you ? Is it...
I got the same if I use `toPython` in debug mode inside `curlconverter:::process_url`. It seems the node module in the package does not work as the node module in `NickCarneiro/curlconverter`...
Just for you to know I tried, kind of brutally, to update npm modules to see if it is working. It is in a branch in my fork. Lots of...
Oh thanks! If I could help with something do not hesitate. Digging into the problem made me learn a lot on JS and V8. I did not manage to go...
I don't have the right in this one
Thanks. We can probably download latest stable version from https://jqueryui.com/download/ @yihui FWIW shiny uses already one version above the one in **rmarkdown** https://github.com/rstudio/shiny/tree/main/inst/www/shared/jqueryui Upgrading to latest should be ok, or...
Also most of the CVE linked here are under reassessment from what I can see opening the link.
Ok so updating would require to check that tocify.js still works as expected without any updating also. Always tricky to update JS dependencies 😅
Oh that is a bummer. Rules of Open Source world. Maybe we should move from tocify.js and recreate using Lua filter + HTML / JS / CSS. Not trivial work...
Related Quarto discussion about purl() within quarto (https://github.com/quarto-dev/quarto-cli/issues/389) - just for reference