Tom Payne

Results 265 comments of Tom Payne

I assume that this is not required. Please re-open if needed.

Could you be more specific about "chezmoi has become slower"? The secret scanning should only affect `chezmoi add` (and the undocumented `chezmoi mackup add`). You can disable secret scanning by...

Please re-open this issue when you have more information. Closing for now.

This is really hard to implement given chezmoi's architecture. Basically, chezmoi can cope with entries having different contents across machines, but chezmoi cannot cope with entries being different types across...

> Your workaround doesn't solve my problem With all due respect, this is your problem, not mine.

> My problem is that chezmoi thinks that it has to replace the symbolic link `~/dir` with a real directory, which I don't want The underlying problem here is that...

Thanks for https://github.com/twpayne/chezmoi/issues/3123#issuecomment-1656320610 ! Hopefully https://github.com/twpayne/chezmoi/issues/3123#issuecomment-1656320318 explains a bit why.

Thank you for the excellent bug repot @paltherr and apologies for the slow response on this one. Thank you @2mc for the kind words :) The tl;dr is that I...

This is similar to #2740. chezmoi runs scripts sequentially in a strict order for transparency and repeatability. Writing scripts that perform correctly when run concurrently is extremely difficult, and running...

Ah, thanks for the extra detail. I'd somehow missed that this was specific to `modify_` scripts and not scripts in general. This is effectively concurrent generation of the target state....