CONATH

Results 109 comments of CONATH

I am repoening the issue because I have once again experienced the crash. This time the compiled "standalone" Unity app crashed, in the same situation as outlined in this issue....

The SOFA file active when the crash occurs is attached here: [MRT04.zip](https://github.com/ValveSoftware/steam-audio/files/4753598/MRT04.zip) I can reproduce the crash by placing the sound source directly above the listener (settings see previous comment)....

Please test if this this OS boots in QEMU installed separately, via command line.

Thanks for reporting this use case. I am unsure if this has been tested. You should be able to communicate between VMs in Shared Network mode, or by using emulated...

Fixed the search icon by changing it to a cc button! However the search bar doesn't adapt.

This is the issue where when you tap to search or dismiss the keyboard the platter moves but the darkening view does not but just jumps to the new position....

Might also be sensible to make a swipe up gesture on the grid switch between the two views

Tried to use the code from OS Experience to implement a fix for this. However it doesn't do anything on my 5S :/ **SpringBoard.h** @protocol BSXPCCoding @end @interface BSMachPortRight :...

Please let me know when you find a solution to this, I am facing a similar issue in [Theatrical Trailers](https://github.com/conath/TheatricalMovieTrailers/issues/5).

This might be helpful: [Programmatic navigation in SwiftUI NavigationView](https://www.hackingwithswift.com/articles/216/complete-guide-to-navigationview-in-swiftui). In Theatrical Trailers, I solved this by selecting the first model item when the app loads. In `List.body`: ```swift let viewModel...