Michael Clayton
Michael Clayton
I've not really used the Azure DevOps Code Coverage feature, so I can't tell if this is a Pester issue or maybe something to do with the Azure DevOps Code...
Update - Ok, I've worked out how to produce the JaCoCo report with the "-CodeCoverageOutputFile" parameter, but I can't reproduce the "Class name inconsistency" issue... **go.ps1** ```powershell $ErrorActionPreference = "Stop";...
It’s *possible* SendInput might make the problem worse with the LittleBigMouse ticket - I think LBM looks for the first mouse event on a new monitor and scales the position...
@crutkas @jaimecbernardo - this PR is ready for review I think (assuming the build passes). I need to re-add some unit tests that broke during this PR, but any thoughts...
@jaimecbernardo - ah, yeah at a guess that's a regression on the primary screen not being the top-left-most again. I'll take a look later today and try to get my...
@jaimecbernardo - I think I've fixed the issue with the primary monitor (I rearranged my screens and it worked fine this time), and I've fixed the broken unit tests as...
Btw, I've since found a rounding issue which means the preview form fails to load on some combinations of screen layouts. I've got a fix which I'll push this evening,...
I've fixed the rounding issue - that's the last problem I know about so this is ready for review again now...
> There are conflicts here after merging this fix https://github.com/microsoft/PowerToys/pull/24527/files. Can you resolve the conflicts? it can be merged after that @stefansjfw - I suspected there would be :-). I’ll...
I've merged main into this PR and fixed the conflicts. Currently waiting for the build to finish - if it works then it's good to go, or if it fails...