Johannes L. Hörmann
Johannes L. Hörmann
For me, a few modifications were necessary to * have it properly overwrite originals if in- and output PDF are the same: previously, the content was lost in such a...
This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/574) --- This is rather a note or question than a true pull request. I don't understand much about encryption and nodejs, but I could not get...
Was not able to build Docker image without removing the key key check. Keyserver ha.pool.sks-keyservers.net yields No results found: No keys found. --- This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/575)
This is what has been briefly discussed on the EasyBuld #containers slack channel last week. As noted in the documentation at https://easybuild.readthedocs.io/en/latest/Containers.html#stacking-container-images, creating 'stacked' containers avoids redundant builds. For my...
Tasks wrapped into BackgroundTask might run forever (In my particular case, I use background tasks to establish some ssh connection, i.e. for file transfer to remote machines. The ssh connection...
The web gui (> v1.9.5) fails with ``` [2020-07-04 00:46:51 +0200] [19265] [INFO] Starting gunicorn 19.9.0 [2020-07-04 00:46:51 +0200] [19265] [INFO] Listening at: http://127.0.0.1:19888 (19265) [2020-07-04 00:46:51 +0200] [19265] [INFO]...
`resid` and `residue` are different concepts in VMD, thus allow to join and wrap by both.
### Description This PR suggests a ~~quick and dirty~~ modification to achieve recursive renaming of rules and prefixing of paths in nested modules, addressing https://github.com/snakemake/snakemake/issues/2084, or the earlier https://github.com/snakemake/snakemake/issues/1626 ....