Aanand Kainth

Results 9 comments of Aanand Kainth

Not a DEV contributor, just here because I saw a request for feedback. I'd like to make sure we keep this quote in mind > Premature Optimization Is the Root...

@microsoft-github-policy-service agree

I have attempted to be conservative about this adjustment and aimed to correct the paths used in the client, and not in the server. I have not rigorously tested these...

Are there more up-to-date instructions? The commands related to testing, on the [wiki page](https://github.com/PowerShell/Win32-OpenSSH/wiki/Run-OpenSSH-Pester-Tests) related to testing error as follows. ``` Import-Module: The specified module 'OpenSSHUtils' was not loaded because...

No dice. I have also tried running the `pester` tests directly and running from within the `.\bin\x64\Debug` and `.\contrib\win32\openssh` directories. All fail with the same error. ``` ~ ❯ cd...

I am using PowerShell 7.4.1. The `Import-Module` succeeded, but it did not help with getting the tests to run. The error message did not change. I have also tried in...

Can this be re-opened? Using the `zstyle` mentioned also inhibits the completion of different aliases. without `_expand_alias` ``` ❯ gca command gca gca! gcam gcan! gcann! gcans! gcas gcasm ```...

I suppose this PR would be incomplete without a screenshot, so here it is: ![image](https://github.com/lemnos/tt/assets/22943414/9a44361b-b65b-4f96-82de-d0294eb3746b)

This issue is still a problem in Windows App SDK 1.4. I have a background application that will open and close many windows during its lifecycle. I'm currently working around...