Richard Kuhnt

Results 56 comments of Richard Kuhnt

Fixed and updated mindustry. itch.io downloads seem to be session-based, which is currently not supported by scoop. But they only contain a java environment and an exe that just runs...

`vcpkg` has fftw3 available: https://github.com/Microsoft/vcpkg/blob/master/ports/fftw3/portfile.cmake

Where are those packages stored? Maybe the [persist](https://github.com/lukesampson/scoop/wiki/Persistent-data) property can be added to keep them across updates.

Nice! Watching the repo to add it as soon it's released 👍

I tried using `Invoke-ExternalCommand()` but the redirecting of `stdout` breaks the output of git. E.g.: ![image](https://user-images.githubusercontent.com/432127/186981571-26316a16-9c02-488d-8c2d-889732ff4c0e.png) Used `Invoke-Git()` code: ```pwsh function Invoke-Git { [CmdletBinding()] [OutputType([String])] param( [Parameter(Mandatory = $true, Position...

And `--decorate` shows the missing `(HEAD -> master, origin/master, origin/HEAD)`. But `iec` doesn't support redirecting the output to a variable which is required for getting the git commands output. E.g....

Uses try-catch-finally to revert the environment variables. Unified the output for both bucket update methods to: ![image](https://user-images.githubusercontent.com/432127/187094726-45fc4d91-388b-46dd-8695-055e1cec49bb.png)

It was just for faster testing, but I removed it completely now. This image supports cluster and now constantly updated via github actions

Unfortunately, since I opened this issue there has not been any progress or other attempts to implement it. (Luke is not active on this project)

Looks good 👍🏽 ![image](https://github.com/ScoopInstaller/Scoop/assets/432127/95c54f7c-e58d-41cb-bbaa-25d7231c1ff4)