Wolfgang Traylor
Wolfgang Traylor
My hunch is that it is more common to prepare everything for an experiment on the login node, while the actual execution happens on the computing nodes. For example, I...
> Maybe we also need a --skip-build? Since building an image typically involves installing software within that image, I think skipping the build would be required, too.
Thank you, @ivotron, for asking for feedback. I have looked a bit at the Docker Compose syntax, but I have no practical experience with it. The guiding question should be:...
> does this make sense? Yes, that makes sense. I see that it is very important to provide an easy installation method through `install.sh`. On the other hand, as long...
> I dont want to overload the app with such advanced features that barely anyone needs I would have assumed that the goal of an iCal-compatible calendar app would naturally...
Many thanks for implementing this feature, @matrss ! For the main use case with `git-annex` it works great: `reuse lint` correctly complains about annexed files (i.e., symlinks pointing to content...
I receive this error when trying to convert an [RMarkdown](https://rmarkdown.rstudio.com/) HTML file to PDF. # Steps to Reproduce `test.Rmd`: ``` This is an RMarkdown file. ``` Convert to HTML with...