Nurdan A
Nurdan A
Is it possible to have a keybinding to directly jump to nth window? Most of the time I have few window splits that I want to navigate between. I tried...
For example, certain commands such as `vault` or `aws` may lookup environment variables for authentication, e.g. `VAULT_TOKEN`, `VAULT_ADDR`, `AWS_ROLE_ARN` and etc. If an environment variable is not properly set, such...
Not sure how to modify mode-line when in a shell-mode so that it shows a branch name similar to when opening a file. 
### Affected Resource(s) Documentation at https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/aws_auth_backend_role is missing `backend` argument documentation. ### Terraform Configuration Files It can be confusing if `/` should be included or not, e.g. ```hcl resource "vault_aws_auth_backend_role"...
I have changed Makefile to use already packaged `libbpf` and `bpftool` but I am running into a compilation issue inside `nix-shell`. Building libbpf from submodule works, so I changed include...
Currently, when the package is checked for license it shows none, e.g. ``` $ pip install pip-licenses $ pip-licenses -p python-language-server Name Version License python-language-server 0+untagged.317.ga91a257.dirty UNKNOWN ``` After this...
Let's say I got the following function to jump to specific URLs ```elisp (defun ace-jump-http-mode () "Jump to URLs" (interactive) (ace-jump-do "https?://[#%+.0-:=@-Z_a-z~-]\\{1,256\\}\\.[()0-9A-Za-z]\\{1,6\\}\\b\\([#%&()+.-:=?-Z_a-z~-]*\\)")) ``` Is it possible to extend it so...
Can I use grammar to search for its occurrence in a text instead of matching the entire string? e.g with following grammar ``` log = "(" userid "&" lat ")"...
Let me know if there's another place it should go to.
From https://github.com/open-telemetry/opentelemetry-collector/pull/2503, it looks like you have to provide username and password. Is it possible to specify which entity to use for authentication? Like instance profile or pod identity or...