James Sherlock
James Sherlock
This is an amazing idea! I wonder how this would work from a data perspective though? Currently we send signals which essentially increments a counter by 1 for each time...
Agreed, I think a move to support metrics with numeric values would be a huge value add. The Telemetry Viewer app could then have a field for "unit" from a...
As well as being able to reduce the default payload (from the ones the SDK provides), it would also be nice if clients were able to add their own defaults....
Thanks for raising, I haven't yet tested (nay even installed) the latest versions of macOS but will look to explore this soon.
Sounds like an interesting idea! I'm curious on the math that you're proposing here though because in my testing there doesn't always seem to be 3 different sizes that it...
A great [article](https://swiftui-lab.com/swiftui-renders/) talking about the ImageRenderer and some of it's shortcomings - could be a reason some may wish to use the backported UIKit/Cocoa version in their app.
For anybody stumbling across this discussion, Jordi and I have identified the issue and raised it as FB10531954 and FB10531882 on Apple's feedback tracker. The bug appears to be within...
Not 100% sure on how to approach this so any input is value. One potential idea I've been exploring (and relates partially to #3 and #13) is around having a...
After diving into the view hierarchy, it does appear that there is an internal 'FigSubtitleCALayer' present which likely means captions are possible. I've explored quite a lot of different posts...
It does appear that the AVSampleBufferDisplayLayer in its current form does not support audio, however the implementing apps should still be able to play audio themselves.