ryenus

Results 29 issues of ryenus

### Terraform Version ```shell Terraform v1.8.5 on darwin_arm64 ``` ### Use Cases filtering a map while iterating with `for_each` ### Attempted Solutions ```hcl resource "the_type" "the_name" { for_each = {...

enhancement
upstream
new
hcl

While running `mbt` in an interactive context, having `runIndicator` enabled is quite nice, by indicating the build is work in progress rather than stuck. * https://github.com/SAP/cloud-mta-build-tool/blob/22052f6427fefe3b52a28ea7a0952581ca94dfb6/internal/artifacts/project.go#L146 * https://github.com/SAP/cloud-mta-build-tool/blob/22052f6427fefe3b52a28ea7a0952581ca94dfb6/cmd/exec.go#L25 However, when...

**Describe the bug** When trying to sequentially append two objects to an array, say `array + o1 + o2`, instead of appending o1 then appending o2, yq combined the objects...

bug
v4

more specifically here in [fish_completions.go:56][1]: ```fish set -l requestComp "%[10]s=0 $args[1] %[3]s $args[2..-1] $lastArg" ``` where the references `$args[1]`, `$args[2..-1]` and `$lastArg` should have been quoted. [1]: https://github.com/spf13/cobra/blob/c8a20a16bafa2dc85d304b59b2e677c7f75a73a6/fish_completions.go#L56 Downstream issue:...

it looks ag doesn't have such an option like `find -type d`, maybe an option `--dir` can be added for ag to do this?

According to [Configuring timeout sessions][1], currently it's only possible to specify the build timeout on a per-module basis. However, when the number of module grows, it could be difficult maintain...

**Describe the bug** Not really a functional bug, rather this is about how error handling is done. Ideally the error occurred deeper in the call stack shouldn't be shadowed away...

bug
v4

In earlier implementation of the command screen, the process command was treated as a sequence of single-byte characters. When there are wide chars, especially UTF-8 byte sequences in the command,...

### Describe the bug `gh pr list` failed with below error: > invalid character '}' after top-level value ### Affected version gh version 2.79.0 (2025-09-08) https://github.com/cli/cli/releases/tag/v2.79.0 Likely a regression as...

bug
needs-user-input
needs-triage
stale