John McCarthy
John McCarthy
Does something like `gofmt` for golang or `terraform format` for Terraform exist for PowerShell? It would be awesome for VS code or PSScriptAnalyzer to auto enforce the standards and even...
Currently, each test file checks one setting. This proposal is to allow multiple settings to be able to be checked at once. This would be beneficial for things like advanced...
To use parameters and get rid of all the Read-Host/interactively filling out the form ## Expected Behavior $Params = @{ 'Datacenter' = 'DC1' 'Cluster' = 'C1' 'DatastoreCluster' = 'DSC1' 'VMHost'...
This is more of a FYI and making sure that this is the best way to handle it. Currently `$Desired = $cfg....` is the only time `$cfg` is allowed to...
Currently if $Desired is $null, it skips testing whether the value is still $null. [Current](https://github.com/WahlNetwork/Vester/blob/master/Vester/Private/Template/VesterTemplate.Tests.ps1#L80-#L84) We should wait for #114 to be resolved, but i have been testing with this...
Currently these tests are just seeing if the CPU/Memory limit is set to unlimited. And the remediate is just to allow it to be set to unlimited This isn't anything...
`ConvertFrom-Yaml` is converting strings to datetime. I understand that '12/31/1999' looks like a date format, but i am passing it in as a string because i want the value to...
Docker WS Version: 0.4.1 VS Code Version: 1.36.1 Windows 10 version: 10.0.15063.0 Docker workspaces are not opening up in vscode now. I've tried on my work and home machines and...