Mark Wiemer

Results 299 comments of Mark Wiemer

Yes, #11174 addresses this exactly and provides resolution steps.

Branch merged, going to add automated tests for the changes. Moving forward, I'll be working to minimize merge conflicts as thqby is still very actively updating his extension :)

Oh wow, I love the expand selection action, I use it rarely but when it works it's great! I am able to repro this issue, and I should be able...

I know I haven't pushed any changes to AHK++ in a long time, but this one should be easy :)

You're welcome to open a pull request to this extension :) I'm extra busy this week, might have some time this weekend. Should just be a few lines in package.json

Thanks @zsalzbank, I'll look at this one and report back :)

Hey @zsalzbank, I'm not able to repro: - Windows - Bash - Node 20.16.0 - Mocha 11.2.2 per the package.json Output: ``` ~/my-stuff/mocha-stuff/mocha-issue-5355/app (main) $ npm run test:watch:parent 2025-06-11 19:31:00...

OK, I'm able to reproduce the issue on Linux. When using Bash and Node 20.16.0, I get: ``` ~/my-stuff/mocha-issue-5355/app (main) $ npm run test:watch:parent > test:watch:parent > npm run test:base...

Excellent write-up, thank you :) I'm going to continue chipping away at this one

I am able to repro on Windows with Mocha 11.2.2 but not 11.2.1, just like the repro on Linux (Cinnamon Mint). I'm also able to repro with Mocha 11.7.1 on...