David Gardiner

Results 93 issues of David Gardiner

I just found a bug in a workflow because I was trying to reference this property: ```yaml ${{ github.event.worflow_run.head_commit.message }} ``` It was only after I copy and pasted the...

enhancement

## Describe the bug It seems like when you use the action to scan local files then links to image files are resulting in false positives. My guess is that...

bug
status: needs investigation

**Describe the feature** Not sure if it's possible, but I'd like to have a higher ping frequency (eg. every minute), but still only do actual speed tests once an hour.

enhancement

Details captured in http://youtrack.jetbrains.com/issue/RSPL-6063

I'd like to be able to insert a new table without having to specify the width in pixels, such that the HTML is inserted without any width="" attributes.

enhancement
help wanted

Would be nice to add support for `git sparse-checkout` command(s) cf - https://github.blog/2020-01-17-bring-your-monorepo-down-to-size-with-sparse-checkout/ - https://git-scm.com/docs/git-sparse-checkout

Up-for-Grabs
Area-TabExpansion

### SpecFlow Version: - [x] 3.1 - [ ] 3.0 - [ ] 2.4 - [ ] 2.3 - [ ] 2.2 - [ ] 2.1 - [ ] 2.0...

Feature-Request
Generator
msbuild
Difficulty: hard
Severity: medium

nuget.exe supports using external credential providers. These are used for example for accessing Azure Artifacts feeds with the CredentialProvider.VSS.exe. This mostly works for the NuGet* commands (except for #2345), but...

Improvement
priority: high

- Specifically the 'replace' in go.mod Relates to #190

I followed the instructions at https://docs.microsoft.com/en-us/azure/container-registry/container-registry-authentication#individual-login-with-azure-ad to log in to an Azure Container Registry. eg. ``` az acr login --name myregistry ``` That updates Docker's config.json like so: ``` {...

platform/windows