Nicholas Morey
Nicholas Morey
I have been migrating to Terraspace from Terraform/Terragrunt. My current workaround is to run the `terraform import` commands in the `.terraspace-cache` directory for the stack before running `terraspace all up`....
I'm interested in taking a shot at a PR for this but I want to make sure I'm on the right path first. From my understanding, when running `devbox shell`...
I see adding the flag as the better long-term solution, as it would add support for a number of different use cases. It seems the `devbox.json` is intended to be...
I am also looking for this feature. I was hoping to configure it to follow the [Angular commit convention](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit).
I was running into this issue, specifically: ``` parse error: Invalid numeric literal at line 1, column 4 /src/github.sh: line 29: ((: changes += : syntax error: operand expected (error...
Looking at the scripts, it compares the `file_to_ignore` string with the `basename` of the file which means, presently, this is not possible. https://github.com/CodelyTV/pr-size-labeler/blob/54ef36785e9f4cb5ecf1949cfc9b00dbb621d761/src/github.sh#L24
I was looking into what it might take to convert that to a globing match. Seems like [`compgen` is an efficient solution for that](https://stackoverflow.com/a/34195247). We would need to implement a...
the Argo CD API does not currently support creating ApplicationSets with templated `project` fields"
Additional context here: https://github.com/argoproj/argo-cd/pull/9584#pullrequestreview-1059424970
the Argo CD API does not currently support creating ApplicationSets with templated `project` fields"
@sahotay I believe the `spec.template.spec.project` field still can not be templated. Also, the `ApplicationSet` documentation has been moved into the Argo CD docs, so [this would be the correct page](https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Template/)...
To clarify the example to reproduce, you have `spec.source` (singular) when it should be `spec.sources` (plural). Is that the issue or only in the example?