Michael Coleman

Results 7 issues of Michael Coleman

The `--version` flag should work even if no other flags are given. ``` $ spotify_dl --version usage: spotify_dl [-h] -l URL -o OUTPUT [-d] [-f FORMAT_STR] [-k] [-m] [-s SCRAPE]...

bug

We're hitting the "takes forever" issue, and we could probably cut down the immense space of possibilities if we had any idea what a successful combination looked like. We cannot...

According to the help, it appears that `conda create -q ...` is supposed to omit progress bars. Nonetheless, the "Finding shortest conflict path" progress bars are still shown. (This matters...

There is a `Makevars.win` but no `Makevars`, and this leads to a cryptic failure to build on Linux. The contents should be similar. Something like ``` PKG_LIBS = $(shell $(Rscript...

This is great--thanks! It would be slightly easier to set up if it just used the 'awk' and SLURM commands already in $PATH, which is likely the usual case.

The `cout` stream needs to be flushed before calling `MPI_Abort`, otherwise the error message is not printed, at least in our case. (Invoking with `unbuffer sw4` is a workaround, but...

`make install` ignores the value of `$PREFIX` (always using `/usr/local`). This is bad, obviously.