Sigurd Spieckermann

Results 338 comments of Sigurd Spieckermann

Thanks again for bringing up the `--separate-git-dir` case and for confirming it's working now, @hparfr. :pray:

In essence, instead of fetching copies of other Git repositories, their object stores are linked (via entries in the `.git/objects/info/alternates` file) which avoids duplicating objects. Then, a foreign object can...

Thanks for reporting this, @blakeNaccarato! It's a performance regression, you already traced it back correctly. I'll look into it asap. Sorry for the inconvenience.

I wonder whether we should disallow overriding answers to hidden questions (`when: false` with both literal `false` and Jinja expression evaluating as `false`) via `--data`/`data=` for better consistency across interactive...

I'm not convinced by the benefit of this change. Could you elaborate on the motivation?

Thanks for reporting this problem, @chazmo03! 👍 I initially had some trouble reproducing the problem according to your reproduction instructions. The global ignore file – like the repository-local one –...

> But it's hard to argue with your logic that the current behavior is valid and the confusion is user error. Why do you think this is invalid behavior? Perhaps...

I'm glad you could resolve the problem. No worries about raising an issue, it might have been a Copier bug after all. I'm closing this issue, as everything seems to...

We use the [questionary](https://questionary.readthedocs.io) library internally for prompting. It offers the a question type "[autocomplete](https://questionary.readthedocs.io/en/stable/pages/types.html#autocomplete)" which is a regular text question with a list of autocomplete choices (not to be...

> How can we contribute our `azure_key_vault_loader.py` if we have finished our implementation, as https://www.dynaconf.com/development/contributing/ is currently not reachable? Not sure why the pages under `/development/*` appear not to be...