Tim Aldrich
Tim Aldrich
Maybe your use-case is different than the example here, but I dont think you need to cast the color: 
There didn't seem to be a lot of activity here, or at [poshspec](https://github.com/TicketMaster/poshspec), when I went looking for this capability. I decided to start my own project and add in...
I may have it wrong, but I think posh-git gets it's status from the output of the [git status](https://github.com/dahlbyk/posh-git/blob/master/src/GitUtils.ps1#L331) command. When uGit is loaded, this command is remapped to `Use-Git`....
This subject has come up before: See (#18 , #19) but at the time, it was not implemented correctly ( #29 , #30 ). However, I still believe that it...
Hi @raandree ... I'm sorry you are having issues! It looks like those errors are because of the [ternary operator](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_operators?view=powershell-7.3#ternary-operator--if-true--if-false) and [null coalescing](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_operators?view=powershell-7.3#null-coalescing-operator-) Can you tell me what version of...
@raandree: All of this definitely highlights the need for me to publish to the gallery. I know that updates to this project have been slow recently, but I am finishing...
I think the best way to group and use these is as PowerShell Modules (psm1/psd1). Although that may seem like a lot, it makes it easier to distribute, document and...
When it comes to Tests, a wide array of objects could be "infrastructure". The most obvious is hostnames, but it could just as easily be Processes, Virtual environment components, Accounts,...
Not sure if you are using glazeWM, but if you are, this might be because you are not "ignoring" the zebar window in your config: ```yaml window_rules: - commands: ["ignore"]...