Rishav Dhar
Rishav Dhar
Hey there, Would it be possible to link the output of Azure Pipelines to GitHub's releases in order to reduce manual intervention? Specifically, there's the [latest Azure #4435](https://ligstd.visualstudio.com/Apple%20PTP%20Trackpad/_build/results?buildId=4435&view=results) for "Added...
First off, really appreciate your work and effort on this extension. Perfect for snagging decent-looking screenshots of code snippets in a pinch. **Issue** I'm running VS Code Insiders v1.50.0-insider (full...
### Summary The newly-introduced `one_dashboard_raw` ([documentation](https://registry.terraform.io/providers/newrelic/newrelic/latest/docs/resources/one_dashboard_raw)) does not appear to support filtering by facets, which is a significant regression. ### Expected Behaviour Much like `one_dashboard`, it should be possible to...
### Summary It appears that the newly-introduced `one_dashboard_raw` is incompatible with chart widgets composed with `jsonencode()`. ### Expected Behaviour Since `one_dashboard_raw` requires JSON within its configuration field, I expected this...
#### Description For nested/compound SQL statements, these are reported as "other" instead of the DB name called. This follows on from @elucus's #224 that was resolved by @nr-ahemsath in #370,...
Hi @ravgeetdhillon, many thanks for sharing this super-useful GitHub action with us! On the `job.status`, it looks like "skipped" status has been missed out as a potential option. "skipped" is...
### Discussed in https://github.com/actions/github-script/discussions/433 Originally posted by **rdhar** November 13, 2023 Hi, I would like to strip out snippets of JS code into separate files outside of YAML for ease...
Hi, thanks for sharing GitLens -- hard to imagine VS Code without it! On that note, I'm looking to replace the default "Source Control" view with GitLens's Repositories view instead...
### OpenTofu Version ```shell OpenTofu v1.6.1 ``` ### Use Cases For keeping up-to-date with the regular flow of dependency updates across all providers. ### Attempted Solutions Using `terraform` in dependabot.yml...
**Describe the bug** It appears as if `context.job` returns the value for `jobs.` instead of `jobs..name`, which the user can opt to set via [workflow syntax](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idname). If `jobs..name` is set,...