Steven Benner

Results 76 comments of Steven Benner
trafficstars

@p4535992 I'm not sure myself. The primary feature of version 1.4.0 will be support for jQuery version 4.0.0. Other than this issue, the dev work for 1.4.0 should already be...

Last month GitHub [announced a better way to publish npm packages](https://github.blog/changelog/2025-07-31-npm-trusted-publishing-with-oidc-is-generally-available/). The new method doesn't require creating an npm token. It does not even require saving a secret to GitHub...

Thanks for the bug report. I did a little initial research on [CachyOS](https://cachyos.org/), as I wasn't aware of the project. This distro (specifically their libalpm) seems to diverge from Arch...

That information is indeed helpful. Thanks for providing the screenshot and additional details. I think that I have an idea of what is going on. ### The problem (probably) A...

Yes, that is something I want as well. I actually had sorting of packages by columns working in an pre-release version of the program. The package list is built with...

Yes. That's actually [how it is done now](https://github.com/stevenbenner/pacfinder/blob/c49593976686fe029c6b1ad14985fd2edabf183e/src/database.c#L206). The package list is sorted alphabetically when it is fetched from libalpm - on startup or refresh. The behavior of the package...