Results 80 comments of Darwin

@ferventcoder - after looking at the code I noticed there is a lot of code just to get reasonable process monitoring and status back from 7zip. So I am contemplating...

I _think_ something like this code at the end of the function might do it? - New param -recursivecall added cautionarily so that it can be referenced on secondary calls...

OK - my proposal for conservatively determining the embedded archive name does not work because Get-ChocolateyWebFile or Get-WebFile rename the fetched archive to [packageid][install].extension. @ferventcoder - is there a variable...

@ferventcoder - I dumped all variables from within Get-ChocolateyUnzip and I see that the original file name appears in both URL and ZipFileList. 1. Which of these would be best...

@ferventcoder - I had this code fail a test recently - it was acting like $url was not available in that scenario. Should "ZipFileList" be available in every scenario where...

I originally found $url by dumping all variables from within the function. I have switched to $zipfilelist and left the function running on my machine for some weeks now and...

This also happens in the gittools/gitversion container.

Yes I tried verbosity with both switch prefixes.

@asbjornu - FYI I am actually building a working example for the GitLab eco system. I am finding it challenging to understand how Gitversion decided on the version number. I...

Just wanted to leave a "for instance". I am having a difficult time diagnosing why my merges to develop have a totally different sequent (starting with 1.6.*) and then revert...