Post

Replies

Boosts

Views

Activity

Reply to structured logging is great, but logging fails with variables ?
Ah yes. That makes a lot more sense. I did finally discover the privacy tag in the documentation, but you’re right it’s pretty misleading not to see that marker. I’ll file a report as soon as I can. By the way, is there no way to set the default to public? I just wanted to replace 100s of printfs with os_log to take advantage of the new Xcode 15 console features. I was going to do a hack solution in which I preprocessed strings and replaced %s with %{public}s, #define MY_LOG(fmt_, …) \ os_log_info(OS_LOG_DEFAULT, gen_public_fmt(fmt_), __VA_ARGS__) but os_log asserts on non-constant format strings.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’23
Reply to SFSpeechRecognizer Broken in iPadOS 15.0?
This is still a problem and unexpected behavior. Dictation or Siri need to be on for recognition to work again, seemingly (as @adadas said) , but iOS 14 had no such requirement. There is also no way to really prompt the user to activate this setting programmatically, and it puts undue burden on them when an app should just have its own permissions that the user approves/authorizes.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’21
Reply to structured logging is great, but logging fails with variables ?
The bug report information is here: FB12279185 (os_log fails to display in Xcode 15's console when an argument is private and instead displays nothing, which is misleading)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to structured logging is great, but logging fails with variables ?
Ah yes. That makes a lot more sense. I did finally discover the privacy tag in the documentation, but you’re right it’s pretty misleading not to see that marker. I’ll file a report as soon as I can. By the way, is there no way to set the default to public? I just wanted to replace 100s of printfs with os_log to take advantage of the new Xcode 15 console features. I was going to do a hack solution in which I preprocessed strings and replaced %s with %{public}s, #define MY_LOG(fmt_, …) \ os_log_info(OS_LOG_DEFAULT, gen_public_fmt(fmt_), __VA_ARGS__) but os_log asserts on non-constant format strings.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to VisionOS and WebXR
WebXR will be available behind an experimental flag, so they’re working on it.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Changes in Metal 3.1
There’s some new functionality to help with animation, it seems: CAMetalDisplayLink
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to OffscreenCanvas in Safari Technology Preview
I’m getting the feeling that OffscreenCanvas is incomplete and has never been exposed. Maybe the release notes serve only to tell us about the implementation progress.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to OffscreenCanvas in Safari Technology Preview
I see it’s in multiple places in the Safari technology preview release notes, but yes, I cannot access Offscreen Canvas from the window. Does anyone know how to access it, if it’s even possible?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Xcode 13 typing is delayed / really slow
Apparently it's been resolved in 13.2: " Project Navigator Resolved Issues Xcode performance is no longer affected when source code displays several warnings and errors. (84533671) " Of course we have to try it. It's not necessarily entirely fixed.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Xcode 13 typing is delayed / really slow
Has anyone received replies regarding their bug reports? For such a big issue, it is taking a very long time to get feedback.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Xcode 13 typing is delayed / really slow
Is there a way to build to ios 15 and macOS 12 using Xcode 12? I am delaying upgrading due to this. I think the answer is “no,” so I am stranded because my large project is impossible to edit realistically. How can can an issue like this get past v .0?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Xcode 13 typing is delayed / really slow
Has anyone filed a bug report?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Xcode 13 typing is delayed / really slow
Xcode 13.1 has been released, but does it actually address this issue at all?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to SFSpeechRecognizer Broken in iPadOS 15.0?
This is still a problem and unexpected behavior. Dictation or Siri need to be on for recognition to work again, seemingly (as @adadas said) , but iOS 14 had no such requirement. There is also no way to really prompt the user to activate this setting programmatically, and it puts undue burden on them when an app should just have its own permissions that the user approves/authorizes.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to SFSpeechRecognizer Broken in iPadOS 15.0?
Any updates? I haven't received word via the bug report or code-level support request (the latter of which is kind of a waste).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to SFSpeechRecognizer Broken in iPadOS 15.0?
I've confirmed that iOS 14.8 is still just fine on a spare non-upgraded iPad.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to How does Apple transfer/store Siri (WebSpeechAPI) voice data?
Side-note: how were you able to get it to work in the first place? I am running a localhost python3 server to test and I can't get the page to request access to the microphone in Safari--only in Chrome.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21