Harrison Katz

Results 14 issues of Harrison Katz

### What does this PR do? Resolves #12609 Implements the tag `consul_node` with data from `ConsulCheck["Node"]` from response data `consul_request('/v1/health/state/any')` for Service Check `consul.check` (health check). ### Motivation See #12609...

integration/consul
changelog/Added

**Note:** If you have a feature request, you should [contact support](https://docs.datadoghq.com/help/) so the request can be properly tracked. **Output of the [info page](https://docs.datadoghq.com/agent/guide/agent-commands/#agent-status-and-information)** ```text Getting the status from the agent....

Added a helper function for handling symlinks to Dirent. This function can be used as follows: ```go err := godirwalk.Walk("./example", &godirwalk.Options{ FollowSymbolicLinks: true, Callback: func(path string, de *godirwalk.Dirent) error {...

Such as the references preview panel, is there a way to scroll this up/down? ![image](https://github.com/ray-x/navigator.lua/assets/2234516/c6d8f9b3-f43f-4cd4-896a-ac6a4516ac2c)

### Describe the bug See: https://github.com/aws/aws-sdk-go-v2/discussions/2093 ### Expected Behavior I expect the call to `sts.GetCallerIdentity()` to succeed immediately after authenticating/receiving new sts credentials. ### Current Behavior The calls to `sts.GetCallerIdentity()`...

bug
investigating
service-api

Everytime I run rename I get this error message: ``` Error executing vim.schedule lua callback: vim/keymap.lua:0: rhs: expected string|function, got nil stack traceback: [C]: in function 'error' vim/shared.lua: in function...

When using a containerized instance group in AWX I'm assuming the [`isolated` field here](https://github.com/ansible/awx/blob/devel/awx/main/tasks.py#L1688-L1690) is set to true. Which in turn means the `AWX_ANSIBLE_CALLBACK_PLUGINS` envar is not respected and remains...

While launching 23.11 AMIs in the `us-west-2` region we observe that not every instance launched starts the `amazon-init.service` nor seems to set the key pair properly for the `root` user....

I think `--out-link` is being overridden by this logic here. Could you help confirm? https://github.com/Mic92/nix-fast-build/blob/cfff239d93716e92f6467f8953d8f8c12da1892a/nix_fast_build/__init__.py#L681-L685