Martin Man

Results 98 comments of Martin Man

@fnuky This is really exciting, however if I read the situation correctly, you must be actually feeding the video data directly somehow do the `AVPlayerLayer` somehow using private API? Last...

Thanks @fnuky, that may be a clever workaround. Do I understand it right that you wanted to say that `isPictureInPictureAvailable` is still being reported as `false`?

@bjorn @dimage1 sorry to hijack the discussion, I did some extensive profiling in the past months and `send_outgoing_commands` is indeed super expensive operation as it walks all peers, and all...

@dimage1 The hash table thingy is something I have in mind for a long time, but have not got around to implement. It's is trickier than it looks on the...

@dimage1 @bjorn Dropping this here for when I get around to implementing it: https://benhoyt.com/writings/hash-table-in-c/

@chadpav Quickly chiming in... If I remember correctly, there are two ways to send a push... 1. Body only by setting `alert: "body text"` 2. Body and title by setting...

@chadpav The point is that currently supported syntax is the one officially supported by Apple APNS, and only passed one to one via FCM to APNS. The one you are...

Yeah, I have been there as well multiple times. First came iOS with some simple syntax, then they amended the syntax to support title, subtitle, and then they were adding...

@chadpav Excellent catch, exactly as you say... this is one of the oldest docs that was not updated in ages... and more docs missing... although existence of this example may...

I'll let @mtrezza to chime in what he sees as the best approach. I think the Adapter interface should document and support same interface no matter what the underlying implementation...