Richard Kuhnt

Results 82 comments of Richard Kuhnt
trafficstars

The `update_until` value still does exactly the opposite of it's name.

@stkb That's why they get put in the 'Scoop Apps' folder 😁 But does it really matter? Do you really search a program in the menu manually? Typing in a...

As Calinou says, there are no analytics right now. I've had this feature in mind for a while, but it would have to implemented with privacy in mind. - It...

None of the programs I listed above can be registered as proper Windows services. They have to be started with WinSW or NSSM.

Okay unbound has build Windows services support. But registering PHP with `sc.exe` results in a service hanging in `starting` state.

Nope, PHP and the others don't support the Windows Service API. It can't be stopped or restarted properly. See: https://stackoverflow.com/questions/10061191/add-nginx-exe-as-windows-system-service-like-apache/12964345#12964345

That could be a solution for PHP yes. Leaves us with the rest :smile:

WinSW won't work either if you don't have admin privileges.

There is also another issue. Every manifest that uses custom capture groups will not work. (Like `$matchVersion`, `$matchHead`, $matchMyAwesomeCaptureGroup`) See [aria2.json](https://github.com/lukesampson/scoop/blob/master/bucket/aria2.json) or [brotli.json](https://github.com/lukesampson/scoop/blob/master/bucket/brotli.json)

@h404bi yeah, it may be possible, but this also requires a complete rewrite of `lib/install.ps` 😁