Philip Niedertscheider
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 | |--------|-------| |||
Related field we should include: #3824
Thanks @aminerol for the repro. I'll take a look and get back to you.
Hey @aminerol, unfortunately not yet. We've been busy in getting ready for releasing an SDK update for the new OS 26 platforms. This task is still on my todo list.
Thanks again for providing the sample, I got it working on my machine and here are the results: * As expected when enabling `enableFastViewRendering` the captured screens is black/corrupted. *...
Closing this because it's not actionable right now. Feel free to comment if you have additional insights.