Post

Replies

Boosts

Views

Activity

Comment on Persisted log entries disappeared?
Thanks for the clarification! I believe I did the right thing by actually only adding these keys to a Info-Debug.plist for Debug builds and not to my Info.plist for Release builds (I should have mentioned it though). But now that I have actually identified and fixed the problem I was using this for, I will adjust the TTL values down to something more reasonable.
Topic: App & System Services SubTopic: Core OS Tags:
2d
Comment on visualBounds ignores TextComponents set for Entity. Workarounds?
Hi Michael, this was super helpful - I had winged it with a invisible / disabled component, but with your example, was able to use the actual height. Thank you very much! Here you go: FB21317122 (Entity: visualBounds method ignores TextComponents size) And as a bonus 😬: FB21316239 (MeshResource.generateCylinder crashes in unit tests) (generateBox crashes, too) Let me know if you need more details! Best regards, Rafael
Topic: Spatial Computing SubTopic: General Tags:
Dec ’25
Comment on AVCam Example: Can I use a Actor instead of a DispatchQueue for capture session activity?
It looks like AVCam has been updated with an actor. Still I found this example very interesting. Would it be possible to use @preconcurrency or would this change the semantics? actor VarnishCentral: @preconcurrency Varnisher.Delegate { func varnisherShouldUseGloss(_ varnisher: Varnisher) -> Bool { shouldUseGloss() } }
Nov ’24