Ryan Yates

Results 412 comments of Ryan Yates

@jhoneill It would be good to catch up and chat through this (& other things too ofc) as it's been a while since we last got chance to do so....

@jhoneill - this has been on my to get back to for a while now - if you are interested in getting this done could we link up & get...

@JustinGrote - Yeah there's this method in the Humanizer.dll which is bundled in with all supported versions of PowerShell ```powershell [Humanizer.Bytes.ByteSize]::FromBytes((get-Item C:\tmp\PowerShell-7.5.0-win-x64.exe).Length) ``` gives us this output ![Image](https://github.com/user-attachments/assets/7ce57920-05f1-4dfd-be3f-c98ebcd1c9b0) just note...

Adding to this, there is a feature already today where files not on disk as marked with `FileAttributes.Offline` and this wraps the Length property in `()` like so versus this...

How far back would this go in terms of supported Windows versions if this were to happen and how would you get over the issue of PowerShellGet 1.0.0.1 still being...

> I've waited for this day to come. Please DO IT, but please keep in mind the utter horror of upgrading PackageManagement. Even when the box IS online. Most MSFT...

Sorry @JustinGrote but as this stand the actual behaviour is the expected behaviour and has been since as far as I can remember. It perhaps could be better documented in...

I realise this issue neede to better capture a few of the reqs I've seen be asked for

@rhubarb-geek-nz not gonna address all your comments other than to generally say I get where you & others are coming from and understand why this can be so applicable `The...