Philip Niedertscheider

Results 165 comments of Philip Niedertscheider

I performed a quick analysis using the following prompt: > I need you to perform an analysis of the documentation for the Apple SDK/Cocoa SDK for Apple platforms. Specifically we...

From internal communication by @itaybre: > ```swift > extension ProcessInfo { > public var isiOSAppOnVisionOS: Bool { > // `UIWindowSceneGeometryPreferencesVision` is only available > // https://developer.apple.com/documentation/uikit/uiwindowscene/geometrypreferences/vision?language=objc > return NSClassFromString("UIWindowSceneGeometryPreferencesVision") !=...

As this should mostly be a duplicate of the current swizzling of `NSData` and `NSFileManager`, with manual tracing like we offer for `FileManager` and `Data`, I asked Cursor to create...

Would it be possible for you to create a reproducer app with the same options for us? I don't think you actually need to upload an app to get the...

I just noticed that this causes HTML tags to not being properly escaped, moving back to draft. | Before | After | |--------|-------| |![](https://github.com/user-attachments/assets/5ce0c77c-ef1c-4f2e-b346-3e07d80edb68)|![](https://github.com/user-attachments/assets/2c3eff34-6860-445d-8813-515c0c95ede3)|