Erick CARDONA
Erick CARDONA
@GabyCT Yep, for some reason qemu-lite is not being installed, although it is listed as dependency. I installed `qemu-lite` with `dnf install qemu-lite` and works as expected. Anyway, let me...
So, summarizing what's going on here: - User executes docker top - Docker daemon calls ListPids() through a containerd API client (libcontainerd.Client). - Containerd API has ListPidsRequest and ListPidsResponse protobuf...
Ok, so I took a little dive to the code and I see this behaviour handled by `ThrottleAxisMapping::onEventReverseToggle()`, `ThrottleAxisMapping::onEventReverseHold(bool isButtonHold)` and `ThrottleAxisMapping::setCurrentValue(double value)` in https://github.com/flybywiresim/a32nx/blob/5e75bdfd7c6880c720f8f8377d0dd8f46bafe8ef/src/fbw/src/ThrottleAxisMapping.cpp#L233 So, the current behaviour is...