Rashil Gandhi

Results 454 comments of Rashil Gandhi

> `asdf`, in its current form, is not intended to run on Windows natively. It requires execution of Shell scripts and *nix tooling. Nit: I still don't feel this is...

> WSL is the Windows native supported model for Unix on Windows It's not native - WSL is just Linux running in a Hyper-V VM. Any application/software/tooling development that concerns...

This didn't used to happen before, did something change in GitHub Actions? /cc @niheaven

The UCRT variant has been added in the Main bucket. Please change this to the MSVCRT variant.

Hi! Would you like to work on this feature?

I think this seems to be a common problem with PS modules, as I had opened the same issue in this repository too about a month ago - gngrninja/PSFolderSize#20

Upon some rudimentary research, I found that this line https://github.com/gardebring/PowerColorLS/blob/main/src/Private/FileAndFolderFunctions.ps1#L112 would require some object filtering in between the pipes; excluding directories that have the `ReparsePoint` attribute (source - https://stackoverflow.com/questions/817794/find-out-whether-a-file-is-a-symbolic-link-in-powershell). Is...

Yes, it seems like when we specify the ReparsePoint attribute, it just excludes those folders from listing but still recurses into them. PowerShell 6+ doesn't follow symlinks by default, but...

Not yet. Reason being, I rely on other CLI utilities for disk usage now (for example, [gdu](https://github.com/dundee/gdu) in Go or [dua](https://github.com/Byron/dua-cli) in Rust) as PowerShell is just too slow for...