Alexander Mnich

Results 15 comments of Alexander Mnich

Looks like I found the issue: The import fails, because an error is thrown in `Get-Version.ps1` in the line ` $Result = [version](& "winget" $WinGetArgs).trimstart("v")` . The cast of `winget...

Hi, we are also using the snapshot productively for about a month now. No issues so far.

@russellbanks I also had a case where the installer type was wrongly [set to portable](https://github.com/microsoft/winget-pkgs/pull/153254). However based on the current komac implementation I would have expected that the basic installer...

I just had another occurrence of this error. I'm posting it here in case you need another example. ``` komac update stevencohn.OneMore --version 6.5.2 --urls https://github.com/stevencohn/OneMore/releases/download/6.5.2/OneMore_6.5.2_Setupx86.msi https://github.com/stevencohn/OneMore/releases/download/6.5.2/OneMore_6.5.2_Setupx64.msi ``` ![image](https://github.com/user-attachments/assets/4751b220-0366-4a56-8cde-9d926d582fa2)

> To clarify, with this PR you couldn't really install multiple mitmproxy versions in parallel (to different directories)? The latest install would remove all previous versions from the software list?...

Even when signing the binaries with a EV Code Signing Cert, this will only give you a higher base reputation for Smart Screen, but it doesn't instantly eliminate this issue....

Thanks @TickDracy! I've reconfigured the winget package to use the `/S` parameter for a fully silent installation (installation with no user input and no visualization). While this works for me...

> I added panic recovery in the next release. You should (hopefully) be able to remove `SENSORS=""` and still get sensor data most of the time. @henrygd I've been running...

@henrygd Yes, with `SENSORS=""` the hostname is correct. #837 also occurred on my machine beforehand. I've worked around both issues (which I think have the same root cause) by setting...