zx8
zx8
``` $ shfmt --version v3.3.1 ``` Notice `# baz` is indented 2 extra spaces, when it shouldn't be. ### Actual ```sh case foo in # bar "$bar") ;; # baz...
### Overview After upgrading this provider from v2.3.0 to v2.5.0 and updating my `vault_gcp_auth_backend_role` resource to use `token_policies` instead of `policies`, constantly see changes to `token_policies`, with the `policies` attribute...
**Describe the bug** If you head to any movie page (i.e. `/movie/`) on a mobile device and attempt to highlight any text (long press & drag), Radarr will navigate you...
A pattern I currently follow for all my Go tests is to store JSON response bodies in e.g `testdata/all_users.json` or `testdata/europe_users.json` and so on. The [`testdata`](https://github.com/golang/go/blob/1d84b02b228cbd35660e168d26fd2801daed08fe/src/cmd/doc/dirs.go#L137) directory is considered the...
Thanks to https://community.home-assistant.io/t/hikvision-cameras-trigger-audio-alarm-output-possible/545886/5, I learned that it is possible to trigger the alarm siren on a camera with: ```yaml rest_command: drive_audio: url: "http://CAMERAIPADDRESS/ISAPI/Event/triggers/notifications/AudioAlarm/14/test?format=json" username: ******** password: ******** method: put ```...
Using https://github.com/fish-shell/fish-shell/commit/3688dd01ba0cb28063c03a1ff43054adfe321415 --- **Repro:** See https://github.com/fish-shell/fish-shell/issues/11169#issuecomment-2682900123
I recently [got myself confused](https://github.com/fish-shell/fish-shell/issues/11169) by the fact that `abbr` adds a trailing space to all expansions. This is desirable in the majority of cases, but the specific use case...
### Description Currently, we can specify `KUBECOLOR_OBJ_FRESH` which highlights objects in green if they are under this threshold. It would be nice to be able to specify the color of...
At the moment, whenever I run `kubectl klock`, I always immediately press `d` to hide deleted objects, and only show them if needed - 99% of the time I do...
Using v0.18.2 My current setup is: ``` --hyperlinks-file-link-format="vscode://file{path}:{line}" ``` However, when clicking on file links at the top of the diff output (rather than than hunk links), there is no...