Alexis Vézina
Alexis Vézina
I can confirm that your fix for #27 , commit id 252c481946eec2ed1ec5b3a7a47feaf98046d402 does work. I now realise that this commit was for update-metadata. But why are those line not there...
device vendor: Dell device model: N4032F device sysObjectID: SNMPv2-SMI::enterprises.674.10895.3044 function: switch new mib: I don't know what you need here, but you can download the MIBs from [http://dell.to/2HCo6Mh](http://dell.to/2HCo6Mh) example new...
I have one repo/folder that has a folder named Plugins. This folder hosts ps1 files, and they have one function each (Might put multiple functions per file if there is...
Oohh, could it be because of the `if ($this.Plugins.Count)` in _loadPlugins() Breaking on line 955 of the PSProfile.psm1 (where the `if ($this.Plugins.Count)` is) and testing with `if ($this.Plugins.Count) {write-host "True"}...
I tried ```powershell Set-Theme MyParadox Add-PSProfilePrompt -Name OhMyPoshPrompt -SetAsDefault -Content $function:prompt -Save ``` But then, I get an empty prompt `ps>`
Hi o2, I might not help much, but have you looked to the section in the docs about localized counters? This might help you. You need to query the counter...