@dnadoba I spent hours digging into this from a much more complex real-world case and whittling it down to this trivial case. It would have been nice to just read the framework code and find the answer, but my ARM disassembly reading ability is not nearly as good as my Intel. π€ͺ
Found a bug in NSKeyedUnarchiver secure decoding of an NSAttributedString that causes the whole decode to fail with an absolutely dead-wrong error message. It's preventing me from using secure coding.
Anybody know any Foundation engineers? >_>
Spent 3 hours today trying to debug an NSBox layout constraint problem.
It turns out I had "Autoresizes Subviews" turned off which was making AppKit install a fixed-width constraint at runtime which broke all expectations. Super confusing.
@sumwarenz@ccgus@flyingmeat Speaking from the indie developer side of the fence, I can say that whole heartedly we love when that happens.
Naturally not every request makes sense in the grand scheme, but it makes my day to make someone else's day!
@Twitterrific * Actually it does mention me! But, it doesn't show up in Mentions at all.
It's in a thread where I was mentioned before, and I realize now that one of these other tweets was also sent to me as a notification days ago, but does not show up in @ Mentions.
@Twitterrific Every now and then I get a notification about a mention, immediately click on it, but the tweet doesn't appear in the actual "@" Mentions tab, and never will. I also now can't see the notification text again.
I assume these are tweets which are immediately deleted?
@tclementdev Agreed. There was a private preference for this which stopped working five years ago. I filed a report, and they just asked me to "verify this issue" in Ventura. Nothing changed as far as I can tell.
If all of the macOS bugs I've founded had payouts 1/10th of those in the "Apple Security Bounty" program, I'd be making bank without even shipping anything.
I'd settle for just having timely responses to my bug reports though.
Hot take: My theory is that NSMenu is a little too limited in its customization capabilities. I've run into it now and then.
Ex: As soon as a menu item has a view, it's no longer a clickable/selectable item like the others. Sometimes want it to be.
1/β¦
I feel grouping & spacing are wanted additions. I've been experimenting with this in my apps.
I would have to really take inventory of examples, but I would like to see a more robust API that's more flexible with layout but can still respond to / act with menu behavior.
3/3