Michel Kuhlmann
Michel Kuhlmann
In an org-mode file, could we parse ```org #+BEGIN_ABSTRACT My abstract #+END_ABSTRACT ``` as the metadata field `abstract`? Right now, I have a `--metadata-file` with ``` --- abstract: | My...
Just by looking at the manual, it seems like that it is discouraged to use the Rust-library directly? Is there any reason for that? If not, it would be helpful,...
LaTeX [Beamer](https://en.wikibooks.org/wiki/LaTeX/Presentations#Columns_and_Blocks) for example supports column-layout.  It would be nice, if this would also be available in patat. Pandoc supports this since [this](https://github.com/jgm/pandoc/commit/892a4edeb1c9b9810c8386e639d8e457bbae7e86) commit.
I am using the [vim-r-plugin](https://github.com/jcfaria/Vim-R-plugin.git) heavily. Is there something like that for julia?
Simple instructions are missing how to use the app with a proxy server like nginx or apache and how to turn it into a self-starting systemd-service.
It would be nice to create folder within the browser
This addressed #36
It would be great to have an example cli-program with usage: sample-program --output if --output is missing, output will be written to stdout; if input-file is missing, input is read...
This is a follow up of https://github.com/wilkelab/isoband/issues/17, where I wanted to smooth contour lines of a digital terrain model. Since your `smooth` function operates on the polygons separately, the resulting...