brandon s allbery kf8nh
brandon s allbery kf8nh
For what it's worth, the `Stack` is a simple list zipper. I think we were short on pointers to zipper documentation in the releases, but git has them. I'll take...
So to expand on zippers, the behavior of `up` and `down` follows from the definition of a list zipper and how Haskell lists work. Imagine you start with the first...
I don't have a reproducer because it's happening when my somewhat unstable network drops, not when a proper disconnect occurs. This could probably be simulated with a suitable kernel network...
@liskin, I'm looking your code over and don't see where `ModifierCondition` is defined. Is there more to it than `shouldApply`?
Oh, I know why it exists, I just want to make sure I wasn't missing something around e.g. messages or something.
For that to matter, windows must be ignoring the space assigned to the panel, so it's still relevant to this ticket.
There's been some interest expressed on the IRC channel recently. In any case, contrib is always open to new submissions. 😀
Is using `Choose` internally wise? That's going to add a couple extra mod-space-s and I'm wondering how that interacts with the explicit condition (wouldn't it effectively invert it?).
Also it may be better to leave `PerScreen` alone until we decide what's happening with #813.
I think we're stuck with the portability interface because even if we stick to POSIX we still need to deal with e.g. FreeBSD, which doesn't use the same capability and...