Vicky Aryan
Vicky Aryan
I am very excited to work on it please assign it to me.
so, how it runs on windows without a .exe extension
Ok, then any suggestion on what I have to do to fix it or just leave it for now?
> Hi, I would like to work on this issue Sorry, @MaruthiKo I have started working on it already. But I will open more issues soon, look out for them...
🙂 Need help: #Progress bar script of PowerShell to download Kubescape $fullurl= https://github.com/kubescape/kubescape/releases/download/v2.0.168/kubescape-windows-latest $Total_size= (Invoke-WebRequest -Uri $fullurl -Method Head).Headers.' Content-Length' $Downloaded_size=0 while($Downloaded_size -lt $Total_size){ $downloaded_percentage= ((100/$Total_size)*$Downloaded_size)+1 [MATH]::Floor($downloaded_percentage) $Downloaded_size += ?...
Ok, @SD-13 You can work on this issue. Good luck 👍
Hey @dwertent I had already opened a pull request for this issue please check that
Ya, I am sure it does not break
Hey @dwertent I design the code in such a way that if my method does't works on any os then it will switch to previous stuff😐