Rebecca Turner
Rebecca Turner
This PR has gotten too large to effectively review, so I've split out many of the changes into separate, smaller PRs: - #10395 - #10392 - #10391 - #10390 -...
@mpickering `--keep-tmp-files` would keep the response files previously as well, the only change here is that the flag is available on commands other than `cabal repl`.
Rebased for merge queue.
Similarly, if there already exists an `inherit` statement, the added `inherit`s aren't combined into it: ```nix let config = { host = "host"; user = "user"; port = 22; options...
This crash lost 15 hours of progress importing music :( I'm surprised the import process, even with `--incremental`, is so prone to losing data.
I ran into this when attempting to use `matplotlib.pyplot.hist2d` to plot a heatmap of data indexed by timestamp. I suspect this is a very common use-case for seeing how histograms...
I've built and tested this patch locally and it works very nicely. I'm not 100% sure about the API (I'd probably prefer to have this as a new mode for...
The requested support for preserving the temp files ended up being much more complicated to implement than I thought it would be, and I just wanted to check with the...
Ready for review, but we should probably merge #10292 first for the `--keep-temp-files` changes.
Ready for review! #10292 is merged and I've added a release note.