Yihui Xie

Results 130 issues of Yihui Xie

https://github.com/JohnCoene/echarts

The (hidden) github table syntax is very similar to `org`: ``` | | agegp | alcgp | tobgp | |---+-------+-----------+----------| | 1 | 25-34 | 0-39g/day | 0-9g/day | |...

Since it has been publicly announced, I just want to congratulate you on the honorable mention of John Chambers award! 🎉 https://community.amstat.org/jointscsg-section/awards/john-m-chambers BTW, it seems you have been struggling with...

- the `setup` chunk must not be cached (should use `cache=FALSE`) - I see most chunks are cached, so I suggest set it as a global option `\SweaveOpts{cache=TRUE}` so you...

Otherwise they'll fail to load on https pages.

This is the best I could achieve with my poor knowledge of C. Ideally, we should render footnotes into `\footnote{}` in the case of `CMARK_NODE_FOOTNOTE_REFERENCE`, but I can't figure out...

When multiple extensions have the same MIME type, the code here can become problematic: https://github.com/posit-dev/connectapi/blob/67a52e20e147a9f1102ac73c73370c7498913a47/R/thumbnail.R#L53-L58 For example, `image/jpeg` currently corresponds to four extension in [the dev version](https://github.com/yihui/mime) of the **mime**...