JooYoung Seo

Results 73 comments of JooYoung Seo

Julia is also supporting this feature. See also: https://github.com/microsoft/vscode/issues/155530

@meganrogge -- Just FYI, in some extensions, `"terminal.integrated.focusAfterRun"` setting is not working well when `"terminal.integrated.defaultLocation": "editor"`.

In the generated `.tex` file, `\bibitem` lines cause the error: ``` tex \phantomsection\label{bibliography} \bibitem[\citeproctext]{ref-R-vitae} \CSLLeftMargin{1. }% \CSLRightInline{O'Hara-Wild, M., \& Hyndman, R. (2023). \emph{Vitae: Curriculum vitae for r markdown}. \url{https://pkg.mitchelloharawild.com/vitae/}} \bibitem[\citeproctext]{ref-R-tibble}...

I have found that this has to do with `pandoc` compatibility. There is no issue with `pandoc` v2.9.2 for example. However, it fails with the latest `pandoc`, such as v3.1.9.

Although I hear your point @ellvix , forcing to layer 2 can cause side effect confusion. However, I agree that this UX needs to be revisited. Especially, we have tethered...

@ellvix I think this issue still exists. Let's keep this open.

I have encountered the same issue. This has to do with the VSCode R extension as there is no issue in R term launched in `cmd.exe`. It seems like the...

@coatless -- Thanks for considering accessibility before introducing new features :) I have tested the playground, and have not found any accessibility issues. Works nicely with screen readers!

Maybe, I could be wrong, but in R, {gt} seems to rely on {htmltools} and `gt::gt()` appears to return `htmltools::browsable()` object. I created a feature request https://github.com/posit-dev/py-htmltools/issues/79 to ask if...

@machow -- I have just learned from @cpsievert that we could use `show()` method against {py-htmltools} object. What if {great_tables} depends on {py-htmltools} for this feature and beyond?