rfjakob
rfjakob
I have read through https://github.com/hakavlad/nohang/issues/25, oh boy, PSI is such a headache. Although in this case it seems that muqss is interacting badly with PSI.
What you call overkill could be called hysteresis, and I think this can make sense
Codacity [says](https://app.codacy.com/gh/rfjakob/earlyoom/pullRequest?prid=7691060) > Does not handle strings that are not \0-terminated; if given one it may perform an over-read (it could cause a crash if unprotected) (CWE-126). which is ridiculous...
Some general questions: 1) Do you use this on your PC, and what delay time do you set? 2) Why a delay time instead of a warning at a specific...
(1) Ok, I see, thanks! (2) Unfortunately, there seems to be no sane way to send GUI notifications directly from a service. You could, however, extend the https://github.com/rfjakob/systembus-notify API to...
PS: before dbus-send and systembus-notify, we had this, but I don't want to go there again ;) https://github.com/rfjakob/earlyoom/blob/ab946ee1c3b98236f487c50434181468abdaef67/contrib/notify_all_users.py
I think to keep this option, it should work well with both new & old kernels ( as explained in https://github.com/rfjakob/earlyoom/commit/7ebc4554f3940b4540b1b4330da732cc00933230 ). This means you need kernel version detection. And...
Thanks, I can understand that this can be helpful. But I think this should be enabled through a `--verbose` flag instead of per default.
That jacobsa/crypto is unmaintained is a problem. Does https://github.com/google/tink/blob/master/go/daead/subtle/aes_siv.go work on RISC-V ?
What is the `docker` command line you use to start komga?