Christophe Dervieux
Christophe Dervieux
Thanks for sharing. It makes sense ! > My most common use case is to author scripts that create output files (typically csv) that have coordinated base names for traceability....
Oh I see ! I missed that. yeah it would be enough
> and I can’t be sure they won’t use Qmd instead of qmd, FWIW .Qmd isn't really something supported IMO. Possibly some stuff of quarto could warn, break or not...
> Then for all practical purposes perhaps *.rmarkdown is a one-to-one proxy for *.qmd. I'll treat it that way until I know differently. I think it is an internal renaming...
When using `julia` with **knitr**, `JuliaCall::eng_juliacall()` is used. This engine needs to handle `options$error` to do the right think in case of error in Julia. It seems right now, it...
Hi @katto2 ! Did you forgot a description ? Or is this just a test you did ? Just to know if there should be more or we can close....
I have explained in https://github.com/quarto-dev/quarto-cli/issues/12526#issuecomment-2801777603 what Quarto does to trigger a resize for widgets. It seems timevis does not define something for resize https://github.com/daattali/timevis/blob/ff2bab7e91c6f248919e779e56fb93ba60c19be4/inst/htmlwidgets/timevis.js#L199-L201 So it does nothing. There could...
It is not a combination of library here. The problem is that if timevis is used in the hidden tab, it won't be properly sized by default. Switching tab triggers...
> be possible to use the 'redraw' option and trigger it when moving to the corresponding tab Can you share the JS that would trigger the redraw ? You can...
I just found this error. This is quite annoying. Multiline cell is quite useful for producing big test output content ````markdown --- output: html_document: keep_md: true --- ```{r} #| label:...