ThePirate42

Results 19 comments of ThePirate42

No they can't, the aur doesn't keep version information about git packages, it is calculated on the fly.

But in that case auracle should already be able to detect it, right?

Exactly, I think we are saying the same thing.

Yes, exactly, I agree

I have the same issue, never used a VPN

Here is a batch script to generate the missing fragments (you first have to replace the first fragment number, the last fragment number and the duration): ``` @echo off for...

When I try to use the plugin (built locally), keepass says that the plugin isn't compatible with the current keepass version (2.54). Is this a Linux only problem?

![immagine](https://github.com/djherbis/keepass-pinentry/assets/27978411/4db0362a-113e-4c23-90f4-1ae6756bd523) When I run with --debug, this is the error message (sorry for the screenshot, the text cannot be copied).

Running keepass with sudo (administrator rights) makes it work (but isn't an acceptable workaround, GUI applications should never run as administrator on linux unless they are developed for it). This...

I found the issue: [opening a port with a number under 1024 on an unix system requires root access by default](https://unix.stackexchange.com/questions/16564/why-are-the-first-1024-ports-restricted-to-the-root-user-only), which means the 500 default is not ok. Could...