David Gardiner

Results 160 comments of David Gardiner

I have the strange situation that I can copy text and files in one direction. Running `& "C:\Program Files\PowerToys\PowerToys.MouseWithoutBordersHelper.exe"` seems to fix the text copy, but still can't copy files...

I'm seeing this with packages that depend on `chocolatey-core.extension`. Looking in `$env:ChocolateyInstall\lib` I see both `chocolatey-core.extension` and `chocolatey-core.extension.1.3.3` The first appears to be version 1.3.4. Manually deleting the `chocolatey-core.extension.1.3.3` folder...

@brimwats yeah it may not be just that package. In my case I had a few where there were duplicates (or old versions hanging around) that once I manually removed...

Just look in `C:\ProgramData\chocolatey\lib` and take a closer look where you have 'duplicates' (but only where you know you didn't intentionally install additional versions using the `-m` parameter). eg. For...

So out of interest, do you have more than one `chocolatey` folder in `C:\ProgramData\chocolatey\lib` ?

Ok.. just the one in that folder then. Also take a look at https://chocolatey.org/docs/troubleshooting#already-referencing-a-newer-version-of-packagename (as pointed to by Rob earlier) in case there's some stray .nupkg files hanging around

You could always avoid making this a breaking change by making it a 'feature' that you could opt in to. But if it did make v2 then a breaking change...

Also getting this error ``` Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.0:00 / 00:00:00 at CasCap.Utilities.YamlPipelineGenerator.GenSteps(Template template, Dictionary`2 inputs) in /_/src/CasCap.Apis.AzureDevOps/Utilities/YamlPipelineGenerator.cs:line 390 ``` One...

`${{ secrets.AZURE_DEVOPS_TOKEN }}` resolves to the secret I have set in my GitHub repository named `AZURE_DEVOPS_TOKEN`. The fact that the only change I made was the `runs-on` line implies that...