Radovan Bast
Radovan Bast
The test fails because ASan does not detect a memory leak. Possible reasons: - compiler version - trivial code gets optimized away - code is wrapped in module/function and might...
This is not a bug report but rather a change proposal which I could possibly code/send. Zola allows to `load_data` from yaml files (in addition to other formats) and this...
Thanks for this very useful script!
The CSV data used in this lesson (https://github.com/swcarpentry/python-novice-inflammation/tree/gh-pages/data) has two problems which for me are significant: 1) The files contain no header line: - This means that only by looking...
Using RST/Sphinx.
myslides.body.html: ```diff + +{{ markdown }} + + + + + + var slideshow = remark.create({ratio: '16:9'}); + ```
Just saving an idea before I forget: On https://mybinder.org you can paste a GitHub URL and it automatically generates the target link. Disadvantage: if you have several talks in one...
Currently this can be done by tweaking `*.body.html` with: ```js var slideshow = remark.create({ // Enable or disable counting of incremental slides in the slide counting countIncrementalSlides: false, }); ```...
For users/organizations with more than 100 repos, the remaining repos seem to be dropped from the selection menu.