eabase
eabase
Yes, I tried by installing the 1.8-preview. Indeed the issues with multiple CUDA versions were gone, and also the `Microsoft.DotNet.DesktopRuntime.6` issue. To Install winget *preview*, do this: ```powershell # 0....
**OT Warning!** This brings up another (OT) issue. Why can't we install whatever version we like using the `id` and `Version/Available` strings? That would make much more sense, than having...
Seem related to #3826
Yeah, this is not good for automation. Also make sure that `--accept-source-agreements` is also compatible.
This is a rather serious UX issue, with what appears to be an easy fix. Would be great to get some ETA update/feedback from the MS Team.
Does this merge mean it's been fixed?
Not sure if this project is abandoned, but I would like to know the same thing.
Bump! Latest pwsh on latest `Windows-11 Home`, now returns `PermissionDenied`: ```powershell # Get-Service | Where-Object {$_.ServiceType -eq "KernelDriver"} Get-Service: Service 'McpManagementService (McpManagementService)' cannot be queried due to the following error:...
@asheroto Interesting that it doesn't occur for `Powershell 5`. Thanks for linking to other tickets. Best theory for an explanation, so far, seems to be this: https://github.com/PowerShell/PowerShell/issues/10371#issuecomment-1459112449 > Reason: Usually...
Why is it so difficult for Powershell to respect having the `TERM` environment variable set, to correctly show ANSI escape & color sequences? If not set,do whatever it is currently...