Sigurd Spieckermann

Results 258 comments of Sigurd Spieckermann

I personally don't have the need for this feature (yet), but I'd be open to adding this feature to Copier. What about the other @copier-org/maintainers?

The request for dynamic choices has come up a few times. We have a [design proposal](https://github.com/orgs/copier-org/discussions/1193#discussioncomment-10040365) that looks promising. Would you happen to be interested in attempting an implementation?

> the design proposal is coincidentially the same as my proposal :D Ah, yes, of course, I had a Jinja for-loop with explicit YAML list syntax in mind, but you're...

I've submitted a PR that adds support for dynamic choices: #1804

Thanks for reporting this problem, @fresh2dev! :+1: You've traced the problem to its root, and I think adding the `-f, --force` flag to the `git add` command is correct. I'm...

Thanks for reporting this problem, @johbo! 👍 TL;DR: You're right, the current behavior is incorrect. The documentation of the [`answers_file` setting](https://copier.readthedocs.io/en/stable/configuring/#answers_file) clearly states: > Path to a file where answers...

I just noticed that our documentation even states that the answers file template must be in the template's root directory: > The file **must be called exactly `{{ _copier_conf.answers_file }}.jinja`**...

As I needed to dig into the sources already to debug the problem, I've gone ahead and created #2186 which fixes the problem according to the described plan above. But...

Thanks for suggesting this enhancement, @FourierMourier! :pray: IIUC, `--include myfile.txt --include '*.yaml'` is exactly equivalent to `--exclude '!myfile.txt' --exclude '!*.yaml'`. Right? So, it would merely be a matter of some...

Does your example assume `--exclude '*' --exclude '!update.me' --exclude '!update_dir/*`, i.e. include _only_ those two paths?