Christophe Dervieux

Results 1378 comments of Christophe Dervieux

> Is that an encouragement to me or @cderv to submit a PR? Either of us I would say :) Feel free to contribute if you are interested. Do you...

I totally get the workload you're juggling right now – the paper deadline and all those exams to grade must be keeping you super busy! Don't worry; It was appreciated...

It happens also for other package: https://cran.r-project.org/web/checks/check_results_clock.html Only the MacOs runner, which are using R 4.3.3 and not R 4.4. So if they removed the `_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_` env var, and it...

`fig.ncol` is used for sufigure and so you need to use `fig.cap` and `fig.subcap` for it to be used, also adding usage for the `subfig` package. We document this in...

@atusy do you think https://github.com/yihui/knitr/pull/2340 could also solves this ? It seems to me broader, and probably more related to **reticulate** caching mechanism. @gavril0 did you open an issue about...

You mean Inline code like this ```` Inline ```doubleMe x = x + x ```{.haskell} ```` I am not sure I understood correctly as I never encountered that and thought...

So if my example is correct, currently we get this when using `````markdown ````markdown Some content Inline ```doubleMe x = x + x ```{.haskell} Other content ```` ````` ![image](https://user-images.githubusercontent.com/6791940/151850443-4b273a80-42c1-471e-a00b-1d429fa0fa3c.png) With...

So I had a quick look at how we could improve support for inline code on several line. It is not straightforward and not guaranteed with success as I am...

> In any case, I'd want the changes to be accepted upstream by KDE; otherwise we start to diverge and it gets to be a maintenance hassle. I initially submitted...

That is my thoughts and why I did not PR into KDE - not sure how to justify to them this addition and especially not sure how it could impact...