Christophe Dervieux

Results 1378 comments of Christophe Dervieux

but that is one piece of the issue only. The other one is that the expression column does not print correctly currently... ![image](https://user-images.githubusercontent.com/6791940/97980932-d3941600-1dd1-11eb-9a90-09b9735a143d.png) That means `html_notebook` and `bench` does not...

Hi, Sorry for this misleading situation. You need the dev version of **bookdown** to work with current bookdown-demo template for bs4_book(). This is because we are preparing next release which...

I discovered pandoc is building nightly using GHA and binaries are available as artifacts: https://github.com/jgm/pandoc/actions/runs/327037265 There is no standard url available but with the API it can be downloaded. The...

As I wanted to have a test on Pandoc devel for our [new GHA workflow](https://github.com/rstudio/bookdown/runs/1430544581?check_suite_focus=true) (currently being setup), I created an action using composite steps to directly get the last...

In the R Markdown ecosystem we test against the dev version of Pandoc, and for that we are using my fork cderv/actions@nightly-pandoc/setup-pandoc-nightly https://github.com/rstudio/rmarkdown/blob/69e6f983fdd9fca18284509eb6fed8fc4c0fc3f7/.github/workflows/R-CMD-check.yaml#L64-L70 So this is working fine but it...

Yes I can do that. Though, it depends how we want to do it. My action is a composite action, so I could PR it like that it would need...

2.14.2 has been put the default in https://github.com/r-lib/actions/issues/336 and it has been done for v2 only so you need `r-lib/actions/setup-pandoc@v2` I believe Last IDE release ships 2.14.0.3 and not yet...

I think the alias would be great. I would also see a `version: devel` or `version: nightly` related to https://github.com/r-lib/actions/issues/187. This is useful to test against future version of Pandoc....

For RStudio IDE, I don't know how those file you found will still be correct as I understand that Pandoc version from Quarto will be used now (https://github.com/rstudio/rstudio/commit/12fcc2f4796f7edb5c645f5f9d9e79d42f716ffd) Quarto version...

Can you be more precise on what you mean by some service ? What is blocking to update default pandoc version to latest version 2.19.2 ? You mean knowing which...