Dan Ward
Dan Ward
This is a known issue for Docker for Windows on Windows 10 running a Windows container (i.e. nanoserver, not Ubuntu or any Linux OS). It would be most ideal to...
Rather than re-copying over preexisting content on a container, delete the container and recreate each time if user passes switch param. If performance tests are good, rather than specifying param,...
Refactor code that identifies whether or not to add whitespace (currently not ideal for adding user-configurable options). Change to lambda-based design...?
If a user does not specify a full path for DestinationPath and that file doesn't already exist (i.e. the Resolve-Path call doesn't work 100% correctly) then assume the user wants...
The function for determining the file encoding (Get-DTWFileEncoding) - specifically the code if no BOM is present - is not as efficient as it could be. Also, it might also...
Hey James - Not an issue, just a comment. I did a similar thing for Docker (links below) - created a quick wrapper that took advantage of Docker's (barely documented)...