Christopher Head
Christopher Head
It appears this affects `and` without `not`, as well as `or not`: ```python import random class Foo: __slots__ = () class Bar(Foo): __slots__ = ("x",) x: int def __init__(self, x:...
It’s probably a bit of a corner case. I wonder if it’s possible to calculate a timestamp that will sort properly (something like “23:59:59 in the local timezone” maybe?) and...
Seems like this was done in f8dce5a1a1aa4d75fe19d21a0aebbcf324eecb04?
No, hostnames still aren’t accepted.
I’d also like this. `--no-kernel` doesn’t help (at least in v106, which is the version I’m using); it still fails to read `/proc/modules` and then switches to non-hostonly mode. My...
@mutedbytes did you see [my workaround](https://github.com/dracut-ng/dracut-ng/issues/691#issuecomment-2867786880)? It’s not ideal but it does the job.
@mutedbytes Of course. I agree with everything you said. Just providing an option for using Dracut now, before this is fixed.
@jozzsi the patch you quoted in [your comment on this issue](https://github.com/dracut-ng/dracut-ng/issues/691#issuecomment-3476712586) does seem to make most of the messages go away for me (though I’m not quite able to pick...
Right, of course, the only options are “hostonly” or “universally applicable”, not “specifically tuned, but for a different box”.
I tested redo. Installing with `FEATURES=test` hits [bug 915644](https://bugs.gentoo.org/915644), but that appears to have been reported before 3.12 came around (indeed 3.12 is installed but 3.11 is the selected single...