Mavaddat Javid

Results 43 comments of Mavaddat Javid

Would a package maintainer (person, organization, or entity who first publishes a package to `winget`) not be responsible for the scripts that install or update the package? Here are my...

Very interesting. I am able to consistently reproduce this on my side. ![Demo 1](https://github.com/PowerShell/PSReadLine/assets/5055400/fb48e210-45c0-4185-ae81-5606f9a29e70) ![Demo 2](https://github.com/PowerShell/PSReadLine/assets/5055400/8d61c449-7386-42d8-a2ea-e3d3e79ccf2a) I am on Windows Terminal Preview with the following settings: settings.json contents ```json {...

> Can you paste using `Ctrl+v` and see if there is a difference? Also, can you also try it in a PowerShell session without loading your profile (so that the...

Sure, it is the standard setup for `oh-my-posh` with `oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/jandedobbeleer.omp.json" | Invoke-Expression` in my PowerShell profile. This is my oh-my-posh config: JSON output of oh-my-posh.exe config...

I am still seeing this exception, BTW. ### Environment | Field | Value | |---|---| | PSReadLine | 2.3.4 | | PowerShell | 7.4.1 | | OS | Microsoft Windows...

IMO, @daxian-dbw's [suggestion](https://github.com/PowerShell/PowerShell/issues/15159#issuecomment-868092925) is the golden functionality for `Get-ChildItem`: > * […] reuse the `-Include` and `-Exclude` parameters instead of introducing new ones. > * The proposal we had is...

Great ideas! I am going to implement these.

I am going to try brazenly upgrading all the npm packages to their respective latest versions and see if I can get it to build.

Although it's not perfect, I have [created a function `Get-WingetLogs`](https://gist.github.com/mavaddat/2174b546cab2be61c4936985a63f529a) to parse and query the `winget` logs. It allows searching the logs by string or date boundaries. It also allows...

> Thanks @mavaddat. Can you provide examples of situations that don't work before this change so I can better understand why we need this? > > cc @Luap99 Yes, gladly....