Guillaume Pelletier
Guillaume Pelletier
FWIW, this format of documentation is very easy to use for libraries that are essentially just a big collection of utility functions: [https://ramdajs.com/docs/](https://ramdajs.com/docs/) The `toolz` library is also quite easy...
I am running into the same issue, I cannot get `knitr` to generate pdf output with `hrbrthemes` from this `.Rmd` file. ~~~ --- title: "blablabla..." subtitle: "blablabla..." author: "Author" date:...
I also have the same issue with all the latest versions, using python 3.9.9: ```python # requirements.txt # ... calysto-hy==0.1.1 hy==0.24.0 jedhy==1.0.0 jupyterlab==3.4.4 # ... ``` ```yaml # docker-compose.yml #...