Leonard Sheng Sheng Lee
Leonard Sheng Sheng Lee
Could we show git stash status on the prompt too?
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...
```json { "jenkins.pipeline.linter.connector.user": "${env.JENKINS_ADMINISTRATOR_USERNAME}", "jenkins.pipeline.linter.connector.pass": "${env.JENKINS_ADMINISTRATOR_PASSWORD}", } ``` If I use the above configuration, this linter will return the below error. ```text TypeError [ERR_INVALID_CHAR]: Invalid character in header content ["Jenkins-Crumb"]...
atuin sync: thread 'main' panicked at 'failed to decrypt history! check your key: could not encrypt
Experienced the following error when I run `atuin sync`. ```console ➜ ~ atuin sync 0/0 up/down to record store thread 'main' panicked at 'failed to decrypt history! check your key:...
### Terraform Version ```shell terraform version Terraform v1.7.2 on darwin_arm64 ``` ### Use Cases We don't want to repeat the same template string inside `tftest.hcl` Terraform Test file. Please support...
A YAML document begins with `---` and ends with `...`. Both are optional, though a `...` can only be followed by directives or `---`. Currently, only document start `---` is...
**What steps did you take and what happened:** ```json { "level": "error", "ts": "2024-04-19T12:07:34Z", "logger": "reconciler.scan job", "msg": "Scan job container", "job": "trivy/scan-vulnerabilityreport-8cd79b", "container": "e472375a-1193-468f-942b-59ab3c475ab8", "status.reason": "Error", "status.message": "2024-04-19T12:07:30.522Z\t\u001b[34mINFO\u001b[0m\tNeed to...
### Describe the feature or problem you’d like to solve Use `gh` CLI to interact with GitHub Apps using personal access tokens. ### Proposed solution How will it benefit CLI...
Where can I get the Trivy reports from the Image Cleaner? The documentation does not explain how we get those Trivy reports. --- #### Document Details ⚠ *Do not edit...
I have followed all preceding steps accordingly. ```console az aks show \ --resource-group RESOURCE_GROUP_NAME \ --name AKS_NAME \ | jq --raw-output '.addonProfiles.omsagent.enabled' true ``` The steps inside `Copy the following...