Results 441 comments of lwouis

Yes, this is a layout issue that I've noticed as well sometimes when using customized Appearance preferences, as you are doing here (hiding screenshot, hiding title, etc). Could you please...

Well you could look into the layout code and share a PR which addresses the issue. That would be the best way to fix this of course. As a workaround...

> The root cause is that hStackView.fittingSize.width sometimes is different I looked into it, and I think this is not the root cause. I think the root cause is that...

@ribrob A survey is an interesting option. I'm not sure if enough people would take it though. In many ways, there is already data in the shape of issues, and...

I thought about this issue of the preferences being unwieldy. What I want to do, is *illustrate* more. Instead of showing text and more text, having illustration of a preference...

Previously, I described "simplified drawings". These could dynamic drawings that are done on-the-fly depending on the preferences. The later is hard to implement obviously, and we would need a way...

Following up on recent discussion, I think we should have "presets" to simplify things. That is, instead of exposing every possible tweak and slider, we group things in use-cases. For...

Looks like TotalFinder is doing tricks with Cocoa. If an app doesn't use proper semantics with the components they use, like using 2 `NSWindow` instead of 1 to do virtual...

@kristofferR could you try to reproduce on the newly released [v2](https://github.com/lwouis/alt-tab-macos/releases/tag/v2.0.0)? It may have fixed the issue. Again, I can't reproduce myself :/

I just merged #105 which addressed #102. Given that this fix is about distinguishing "actual" windows better, I thought you may want to try to see if that release fixes...