Brandon Olin

Results 116 comments of Brandon Olin
trafficstars

Thanks for the issue @marrsalles. I'm not able to reproduce the extreme latency you're seeing. Here is what I did: 1. Create Azure storage account with SMB file share in...

Thanks for the issue @Xeue. That's definitely not a good experience. I don't think Terminal-Icons does anything explicit to pull down the file (we don't do reads on the file...

@Tiberriver256 is right. Nerd Fonts already has a patched `Cascadia Code` font called `Caskaydia Cove` that works in Terminal-Icons. When installed in Windows, it will show up as `CaskaydiaCove NF`...

@SirTwsted What terminal are you using? Make sure to enable the installed font. In VSCode settings, this would be `editor.fontFamily`. In Windows Terminal the `fontFace` property of your selected profile....

If colors aren't showing as well, then this isn't a font issue. It sounds like the [formatting file](https://github.com/devblackops/Terminal-Icons/blob/main/Terminal-Icons/Terminal-Icons.format.ps1xml) isn't being loaded (or another module's formatting file is taking precedence. PowerShell...

What about non-elevated? It's shouldn't matter if PowerShell is running as administrator or not. What do you see when you run the following? Both as a normal user and running...

@cdhunt Thanks. I'll mess around with extending `LocalGroup` or creating a new test for group membership.

I think this would be a good addition @UberDoodles. `ValueFromPipeline` may be all that is required, but if you wanted to make it more robust, you could also check out...

@lalibi This looks to be unintended behavior resulting from adding support for loading tasks in shared modules. I'll dig into it.

@lalibi In order to support shared task modules in `4.8.0`, the way the `properties` are stored changed. When psake loads the psakeFile, it runs the `properties` function first in **your**...