Steinar Herland
Steinar Herland
On the line: https://github.com/TobiasPSP/Modules.PSOneTools/blob/635fc55e71a92af51e3b13bd9d11720088e3584c/PSOneTools/2.4/Find-PSOneDuplicateFile.ps1#L50 `'*'` Should be changed to: `$Filter`: `[IO.DirectoryInfo]::new($Path).GetFiles($Filter, 'AllDirectories')` Without this change, the parameter $Filter is ignored.
We have a lot of diversity in configuration of build-machines and developer-machines. After installing VS2019, the previous version of grunt-msbuild started to fail due to #45 Making msbuildPath mandatory is...
I'm new to Nx, so not sure if / how this is supposed to work, but here goes: I want to create a nginx base-container that will be used by...