rustn00b
rustn00b
> It would be great to expose the MRU timestamps of each window over IPC --- then the actual switching logic can be implemented externally with greater flexibility, e.g. separate...
> It's also weird that as you're navigating the MRU, it will scroll around and mess up all your workspaces and monitors, and won't restore them back when you pick...
Superseded by #1704.
First off, thanks for the pro-tips on the slowdown, it sure beats the squinting I was doing to figure out what was amiss. After some tinkering around I have something...
Oddly the CI fails on a test that runs ok locally with 1a3434d0. The command used to run the tests: ```sh env RUN_SLOW_TESTS=1 PROPTEST_CASES=200000 \ PROPTEST_MAX_GLOBAL_REJECTS=200000 RUST_BACKTRACE=1 \ cargo test...
I've been wrestling with this for longer than I care to admit. The latest commit works well for all the non-test-case situations I have tried on it. However as of...
Yup, I had looked into proptest from when I started working on failing test cases for this PR. I kept my test seeds to measure progress. As you mention, messing...
I picked this one up again because I think it may turn out to be needed for https://github.com/YaLTeR/niri/pull/1704. It is behaving as intended, namely the test cases run to completion,...
Nice to see this PR getting some attention again! The `inhibit_sibling_move_on_resize` hack has actually been gone for a while. The way things have since changed is with the introduction of...
Here's a list of the differences in behavior I've noticed between this PR and 25c1c04 (main). Unless otherwise stated the behavior described is the one from 25c1c04: - with the...