Ethan Pippin

Results 219 comments of Ethan Pippin
trafficstars

What are you attempting to do? Do you have a small sample to replicate?

There isn't a way, but we should implement it so that it respects the system format settings if it doesn't currently.

Dev notes: - https://developer.apple.com/documentation/uikit/windows_and_screens/presenting_content_on_a_connected_display

I have a simple replacement using BlueSocket however it would require the multicast entitlement. This is a problem when it comes to open source development. Correction: we should have had...

Yes, that's because we don't register to receive remote commands. I will convert this into a feature request for that. Dev notes: - https://developer.apple.com/documentation/mediaplayer/becoming_a_now_playable_app - https://stackoverflow.com/questions/34688128/how-do-i-get-audio-controls-on-lock-screen-control-center-from-avaudioplayer-in

Aspect fill isn't the issue, the issue is the top bar being offset due to there being a rogue navigation bar from the system. This will most likely be fixed...

After starting this a bit, I'm not so inclined to expedite this so that other features can be worked on. This will be in the background. Edit: I'll actually wait...

Yes, that's correct that array overrides haven't been added. I implemented the data type overrides but those only apply to schema `dataType`s and not arrays because they are defined as...

OpenAPIKit works as expected, the data type overrides are done by CreateAPI. We would implement this by looking at the type definition of the property being created and override that...