Tom Payne

Results 193 comments of Tom Payne

Yes, I've tested with the latest master (900c61a4cb83bedde751dd2aedf2fc1c73de5e40) and the same problem occurs.

Relevant discussion: https://github.com/go-critic/go-critic/issues/836

https://go-review.googlesource.com/c/go/+/223746 is now merged. Maybe this issue can be closed.

I had a look at doing this. There's some non-trivial divergence between upstream and this package now. The easiest way to resolve this is to probably copy in from upstream...

What exact workflow would you like to see here? As you say, this is currently achievable with a config file template ([I use it myself](https://github.com/twpayne/dotfiles/blob/2b6a17272fc7654f898880c1c43fbfc9916c8b97/home/.chezmoi.toml.tmpl#L1-L80)), and the improvements in #2204...

Is the following what you have in mind? If my config file template contains something like: {{ $hasGUI := promptBoolOnce . "hasGUI" "Does this machine have a GUI" }} then...

Thank you for the extremely complete and well-researched feature request! #2218 and #2237 add some of the functions. For `toIni` and `fromIni`, these might take a bit more time as...

> The only issue I'm encountering is you can't pipeline or assign templates from what I can tell, so I'm not sure how to resolve at the moment. The `comment`...

> Calling init with `--data=false` leads to **B**, so calling init with `--prompt` may results in **A**... Good question and thank you for the review! I believe that calling init...

I believe that this is only a problem with this line of the `doctor` command. chezmoi does use the config file specified by `--config` for all other commands. Can you...