Richie Khoo

Results 66 comments of Richie Khoo

Link to the reddit api: https://www.reddit.com/dev/api/

Thanks for your questions, sorry I must have missed this earlier. The workflow is as follows. 1. All your academic papers are saved into Zotero along with references to books,...

Currently this post seems to provide the best answers on how to achieve this. Havent had time yet to unpack what's here into clear and simple instructions for this guide....

Advice seems to be to install the pandoc extension [pandoc-crossref](https://github.com/lierdakil/pandoc-crossref) and then images can be referenced like this: ``` ![House](file.ext){#fig:1} ![Car](file.ext){#fig:2} ![Tree](file.ext){#fig:3} ``` You then need to run pandoc with...

One line code change to improve error handling. Looks good to me. Ship it!

I'll confirm. Runs fine on Ruby 3.3 (specifically 3.3.7) but breaks on Ruby 3.4 (specifically 3.4.2). When attempting to install on Ruby 3.4 I get the error below in bundler....