Jeff Sharp

Results 32 comments of Jeff Sharp
trafficstars

Since I already have a PR open, I just used the following commands: Updating the manifest in my existing scoop PR: ![image](https://github.com/cert-manager/cmctl/assets/708461/43821c7c-7a69-48cc-8396-a5142116cf43) Testing the updated manifest: ![image](https://github.com/cert-manager/cmctl/assets/708461/496b720f-dac3-4a7b-837e-857b1c9d5285) ...followed by a...

I also created issue https://github.com/ScoopInstaller/Main/issues/5942 corresponding to the PR.

The Scoop PR was merged. A Scoop maintainer changed the method of hash retrieval from JsonPath-on-SBOM to `checksums.txt`.

I'm also seeing this annoyance.

@kburtram: Steps to reproduce for me: - Launch app. - File -> New Query - File -> Save - Click Save - File -> Save As... - Click Cancel

I experienced a similar problem with 1.0.26 on Win11 22000.348: `mstsc` stole focus (verified with WindowFocusLogger) once every minute or so when any WSL distros were running, including those used...

When can we expect `windows-2025` in Azure DevOps?

What's long-running for me is fixture setups/teardowns for integration tests. They provision fake infrastructure for the tests to use, which can take a while. Thus I would appreciate optional cooperative...

Running this from an **elevated** prompt fixed it for me: ```powershell winget source reset msstore ``` This is the solution from https://github.com/microsoft/winget-cli/issues/3419#issuecomment-1689635324 above, just formatted to be easier to notice...

I've been using [Microsoft.Build.NoTargets](https://github.com/microsoft/MSBuildSdks/blob/main/src/NoTargets/README.md) for SDK-style shared/just-a-bunch-of-files projects.