Anish Athalye
Anish Athalye
Sorry , I meant `set -e` and `set -u`. And yeah, they are just bash features: http://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
It's up to you. Try something out, and we can change it if necessary. Colors make stuff easier to read (unless every single line is colored). > On Jun 12,...
Thank you for this PR, looks awesome! I will take a closer look and give feedback / merge soon.
A couple options: - If you always want the latest one, you can add a `shell:` command and use `wget` or another tool to download it. - You can copy...
Thanks for taking the time to submit a PR. I left some general comments related to the discussion in #225 back in https://github.com/anishathalye/dotbot/issues/225#issuecomment-669606842. This is an interesting proposal. While not...
For the moment, as a workaround, you could incorporate the check into the command. `! test -d some_dir_name && echo "some_dir_name either doesn't exist or is not a directory"`.
Thanks for the PR! I haven't taken a close look at the diff/code yet, but my high level understanding is that this seems to be useful functionality that is backwards-compatible....
Re high-level goals, that sounds great. If we can add support for testing on Windows locally, in CI, or both, that would be great. For testing on Windows, to have...
Ok, that seems fine to me, I'm happy to incorporate additional tests that are cross-platform — that only improves testing coverage. How good is pyfakefs? I don't have previous experience...
The current setup is already kind of like that, if you `export HOME=/tmp/...`. The issue is that this doesn't protect against the possibility of a bug in Dotbot where it...