Gábor Csárdi
Gábor Csárdi
Hmmm, considering that there can be only one active timer, and we always remove the timer before returning, it does not seem like it is important to restore the old...
/document
Is is possible that the libarchive Windows build from rtools42 is missing something for password support?
AFAICT we do not currently use rwinlib on the CI, but use the libarchive static lib from rtools42. Many dependencies of libarchive are optional, so maybe that build does not...
Yes, these are good ideas. I was thinking about this, too, and it would also make sense to just limit the cache size, and then least recently used packages would...
I cannot reproduce this, unfortunately.
No, the `fnctl(2)` manual page [1] does not say anything about locks being inherited or shared. (Although they might ignore forking a process without executing another, so if you're doing...
Yeah, encoding metadata into file names is a neat trick, but it has its limits....
Thanks! I updated this, so it could be merged. However, it would be great to drop the hard dependency on units. Maybe we can move it to `Suggests`? Also, the...
Yeah, I think the current comparison is not so great, and consider these two to be the same. We could certainly try to improve it, but it is quite challenging,...