David Mandelberg
David Mandelberg
> I see no attempt to use dbus to talk to anything (strace -ff runsc --rootless do echo hi 2>&1 | grep -i dbus returns empty). I don't think this...
In case it's relevant to how podman calls runsc, here's part of the output of `podman info` on my system: ```yaml host: ... cgroupControllers: - cpu - memory - pids...
Yes, I think that is what would be needed. Fonts and rendering are somewhat outside my areas of experience, so take this with a grain of salt, but I was...
It looks like the alternative/workaround doesn't work very well, because of #25685. If this feature request is implemented, then that solves my problem. But if not, would it be possible...
> what is the downside of setting TERM when `--tty` is not specified? For my current use case, that would be fine if it worked. In general, it does leak...
> But if not, would it be possible to instead add a new containers.conf setting for environment variables that are set/copied by both `podman run` and `podman exec`? Would it...
I made a small change to the script to print how many lines had errors. (For dropped keys, I could see them easily. But if keys were reordered within a...
Oh, I see the problem with `prefercommit=false`. It messes up the order between commits and non-commits. This code assumes "&" is produced by Shift+7, but should be easy to change...
> lways works fine for 0.0001, 0.001, 0.01, 0.1, **but** behaves weird for 1: Ohhhhh. That was really surprising until I tried it and saw the timing. I think what's...
I wanted to see if the space key was special, since `áœç·` was the only case that never had errors. Using https://github.com/dseomn/miscellaneous/blob/0f06a99d1c278de16154edb7b87e706123d136a0/input-method-stress-test it seems like space isn't special with prefercommit=false,...