SuperCuber
SuperCuber
Sorry for the lack of activity, there's a lot of life stuff happening (especially the whole situation in Israel, where I live)
I've done the TODOs :)
I can see this being useful. Do you have a more specific idea of how this would look? And an example for how you would use it :)
I like it. For implementation, would probably work to add `packages` top level key to `cache.toml` then diff selected vs existing using that, and that's how we know whether should...
The original reason I filtered out dotfiles is because of the `.dotter` and `.git` folders that probably exist in that repo... Guess I can just include them anyways? Or maybe...
Yeah it should be enough. This doesn't have to be perfect, you're expected to use it to get a rough template and then edit from there
Looks good. I like the inline format args and the edition suggestions, could you add them to the PR?
Looks great :D I commented on the `.is_err()` assert but I assume there might be more asserts like it, or `.is_ok`, `.is_some` etc. Please replace them with `.unwrap` and `.unwrap_err`...
THanks for the contribution :D
I think the problem is that the error message is not clear enough - the reason for `skipping` in this case is that the destination file already exists and is...