z-Fng

Results 101 comments of z-Fng

> I thought that when sorting keys like architecture.64bit/32bit , local order are used because the configuration file contains architecture.64bit/32bit. However, when sorting keys like architecture.64bit.url/hash, the configuration file lacks...

> I don't see how that is simpler. Possibly more comprehensive. > PSCustomObject.properties won't output anything It's actually 'properties' in schema.json. > Is it LLM generated? Yes, after editing and...

> That looks new to me, as I used to have an output like that: >> scoop --version Current Scoop version: v0.5.3 - Released at 2025-08-11 'main' bucket: 46c50c6b0 (HEAD...

> I am expecting a clean version output as that is what I am relying on to detect the presence of a fresh Scoop CLI in my [Meta Package Manager...

PRs labeled `package-request-needed` are less likely to be reviewed and may be closed if there are no updates for a long time. Please create a [package request](https://github.com/ScoopInstaller/Extras/issues/new?assignees=&labels=package-request&projects=&template=package-request.yml&title=%5BRequest%5D%3A+) before submitting a...

Is this a stable release? If so, perhaps we can add it to the Extras bucket instead. If not, we could rename it as `servo-pre`? When `servo` releases a stable...

> https://openxcom.org/download/ It might be accessible in your network environment, but in mine (and GitHub CI environment), the DNS resolution for that URL fails. I've updated the script to make...

> Scoop's GitHub checkver currently has inconsistent behavior that relies on fragile HTML scraping. When using the GitHub matcher with additional properties like regex, it falls back to parsing HTML...

Did you configure a GitHub token? https://github.com/ScoopInstaller/Scoop/blob/b588a06e41d920d2123ec70aee682bae14935939/bin/checkver.ps1#L221-L224 It works fine on my side. ```console PS> jq '{checkver}' .\bucket\atomicparsley.json { "checkver": { "github": "https://github.com/wez/atomicparsley", "jsonpath": "$.tag_name", "regex": "([\\d]+\\.[\\d]+\\.[\\d]+\\.[a-f0-9]+)" } } PS>...