Dave Steinberg

Results 20 comments of Dave Steinberg

I haven't tackled trying to figure out the testing infrastructure yet, so I haven't written any tests. Here's the `install.conf.yaml` file I used to manually verify that the new functionality...

This PR now supports named tasks, too, as described in https://github.com/anishathalye/dotbot/issues/225#issuecomment-657609807 Here's the `install.conf.yaml` file I used to manually verify it: ``` - defaults: link: create: true relink: true shell:...

Thanks for considering my proposal and for the feedback here and on the issue. To answer your question here: I think the main use of named tasks is for log...

@anishathalye Thanks for considering my proposal and sharing your reaction. I understand your hesitation -- I can see how my example looks a bit more like a programming language --...

After I finished my PR and comment last night, I took a look at issue #81 based on the mention above, and that expanded my thinking a bit more and...

I've updated https://github.com/anishathalye/dotbot/pull/229 to implement my new proposal. I think it's still a really simple, clean change.

Howdy. I've been working on something similar/overlapping with this issue over in https://github.com/anishathalye/dotbot/issues/225 and https://github.com/anishathalye/dotbot/pull/229 Since a task is already a dictionary of actions, my idea was to use tasks...

This is most excellent! I was looking for the same thing, and this pointed me at `inspect` and helped me understand how to use it. Personally, I'm very satisfied with...

@markstos Many thanks for the consideration and the quick response! Having looked at your suggestion, I agree that using config.get() is the right way for me to indicate that I...

That sounds great to me, too. Thanks both for your consideration in understanding the problem and coming up with a solution!