Post

Replies

Boosts

Views

Activity

Reply to NSTextLayoutManager giving incorrect fragment frame
Thinking that maybe I should be observing to NSTextLayoutManager.usageBoundsForTextContainer for changes through KVO, but it never seems to change so maybe not?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to Generic parameter could not be inferred, but only if I call a function
Ah, of course. The full name of Context was BrokenView<Something>.Context and in the place it was being used in the Preview it couldn't work out what the generic Something was. Thank you. I was bashing my head against it for ages
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Xcode 15 Structured log always redacting <private> strings
Thank you, that's working. One more question: in your example you explicitly set Enable-Private-Data for the app log category. Is it possible to enable it for all categories without having to list them all explicitly? thanks again
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15 Structured log always redacting <private> strings
It's a Cocoa app running on macOS. Current OS is Ventura, and Xcode 15
Replies
Boosts
Views
Activity
Oct ’23