Christophe Dervieux

Results 1377 comments of Christophe Dervieux

> Now I understand that CRAN url will be used if multiple URL are used in the fields @yihui Why do we use here the CRAN url instead of the...

I confirm this happens only when touching the CSS rule for the button. It also happens for boostrap 4 using **bslib**. Maybe we could add a rule there in the...

There is already a PR for a Rust engine. See https://github.com/yihui/knitr/pull/1823 However, we are waiting before adding more engine as we plan on adding a feature for a Generic engine...

> If it works, we can add register the powershell engine (or ps for short). I believe we'll need to register an engine to bring a few tweaks. powershell expect...

> inline code vs -file argument (from above posts) What do you mean by inline code ? > keeping the environment across chunks Each chunk calls `system2` to execute a...

> is that file something created from knitr i.e. the code chunk being saved to file and then executed? Yes - **knitr** will put the content of a chunk to...

@apreshill the CSS rule that will be processed by sass is this one: ```scss .title-slide hgroup h1 { font-size: 65px; line-height: 1.4; letter-spacing: -3px; color: mix($body-bg, $body-color, 32%); } ```...

> Give me some time to think about this and we'll revisit this format as well as html_vignette in a future version of {rmarkdown} No problem. We are not in...

This is a little hard to investigate but this issue still exist. It would be interesting to look into safari web inspector for Iphone. Maybe this would allow to see...

I checked and this is still an issue, but I still does not how to debug this on Mobile. It doesn't show in browser on computer. If anyone has hints...