Comment on I don't believe Auto Save feature in any software

QuazarOmega@lemy.lol ⁨9⁩ ⁨months⁩ ago

We can optimize this further:

unsatisfied = true
while(unsatisfied) {
    key.dispatch(
        Keyboard::Ctrl,
        Keyboard::s
    )
}

…No, there is no instance where unsatisfied changes state

source
Sort:hotnewtop