Fleximex
Fleximex
On an iOS 14.5 simulator setting the AVAudioSessionRouteSharingPolicy will cause an exception or crash. - `AVAudioSessionRouteSharingPolicy.defaultPolicy` works fine - `AVAudioSessionRouteSharingPolicy.longFormAudio` and `AVAudioSessionRouteSharingPolicy.longFormVideo` cause an `OSStatus error -50` platform exception* -...
I have a Vercel project on GitLab and have set up the CI pipelines with a manual trigger to use the deploy hooks to deploy to Vercel. Since yesterday I...
### Description In Amplify Core (`state_machine/dependency_manager.dart)`) the following code modifies the list that is being looped over: ``` void close() { for (final instance in _instances.values) { _closeIfPossible(instance); } _instances.clear();...