Kyle Meyer
Kyle Meyer
With version 2, it was possible to pull an image by the commit or the md5sum of the image file (as described [here]): ``` $ singularity --version 2.6.1-dist $ singularity...
Starting with Emacs 28.1, thread-first uses `(declare (indent 0) ...)` rather than `(declare (indent 1) ...)`.
Today on the call the idea of a command for splitting a dataset into multiple came up. Off the top of my head, I don't have a description of what...
When trying to use pkgr in an automated setting, I've recently been bitten by the fact that `pkgr install` doesn't reliably indicate failure with a non-zero status. (I think I've...
### Discussed in https://github.com/magit/magit/discussions/5093 Originally posted by **gustav-b** February 16, 2024 Using `Magit 20240211.1712 [>= 3.3.0.50-git], Transient 0.5.3, Git 2.43.2, Emacs 29.2, darwin` Not sure if this is expected, but...
Take a package `foo` with this `DESCRIPTION`: ``` Package: foo Version: 1.0.0 Depends: R6 Imports: withr ``` ### `Depends` detected for CRAN-like repo If I put that in a CRAN-like...
Proposed in gh-455.
The code assumes that `/bin/bash` is available: https://github.com/ReproNim/reproman/blob/2e39954e444cf10cbbb0dccdb2e7728e35b65469/reproman/resource/docker_container.py#L165-L175 But there are of course plenty of images where this isn't the case: ``` $ reproman create bb -t docker-container -b image=busybox:latest...
I used the short "venv" for a lot of virtual environment things (venv.py, VenvTracer, etc). But that's confusing because the py3 stdlib has its own [venv] module. We should rename...