johndog

Results 10 comments of johndog

Still reproduces for me, on two different computers: ``` PS C:\Users\johnd> invoke-pester .\OneDrive\repos\pshlib\bugs\parm.tests.ps1 Pester v4.10.1 Executing all tests in '.\OneDrive\repos\pshlib\bugs\parm.tests.ps1' Executing script .\OneDrive\repos\pshlib\bugs\parm.tests.ps1 [-] should have Parameter1 178ms RuntimeException: You...

FWIW, I see these errors get added to $Global:Error every time I F10 in vscode debugger. @SeeminglyScience wrote: > I typically only advise $Error to be used for interactive troubleshooting...

I might suggest that the debugger should always explicitly provide -ErrorVariable for every command it runs, so that its errors (designed or not) are always kept in a sandbox...

Happened to me again. Another Windows Update reboot, so more support for the race condition on simultaneous closes possibility.

> Could you please describe the flow that led to the loss of configs? Steps to reproduce? > Was it Windows closing multiple instances when restarting? Probably that is the...

I lost them again after automatic Windows reboot last night. This time no backup so I have to recreate from scratch (edit: found old backups on another machine). Also, when...

> What is the app version? The first time was upgrading to 3.2.1.6628, again on subsequent versions (not necessarily related to upgrade, more likely related to forced-reboots). Currently on: -...

I just saw this during an attempted reboot: ``` --------------------------- Cannot save settings --------------------------- The process cannot access the file 'C:\Users\xxxxxx\AppData\Roaming\GitExtensions\GitExtensions\GitExtensions.settings' because it is being used by another process. ---------------------------...

A name that improves upon -ModuleName should have either of two outcomes: - A. The dev might intuitively guess, correctly, the intent of the parameter. - B. The dev might...

It also reproduces with the example at https://github.com/rosshamish/kuskus/blob/master/kusto-syntax-highlighting/test/snapshots/create-or-alter-function/create-or-alter-function.csl. Syntax coloring works, tooltips don't (for me).