Md Sulayman

Results 4 issues of Md Sulayman

I was using this repository for getting color from an image. Everything works fine. Suddenly i have discovered that this same code provide different color on two different iOS emulator...

Playground execution failed: error: Couldn't lookup symbols: __T07RxSwift14ObservableTypePAAE9subscribeAA10Disposable_pSS4file_Su4lineSS8functiony1EQzcSg6onNextys5Error_pcSg0jL0yycSg0J9CompletedAP0J8DisposedtFfA5_ __T07RxSwift14ObservableTypePAAE9subscribeAA10Disposable_pyAA5EventOy1EQzGcF __T07RxSwift10ObservableCyxGAA0C4TypeAAWa __T07RxSwift10ObservableC2ofACyxGxd_AA22ImmediateSchedulerType_p9schedulertFZfA0_ __T07RxSwift10DisposeBagCMa __T07RxSwift10ObservableCMa __T07RxSwift14ObservableTypePAAE9subscribeAA10Disposable_pSS4file_Su4lineSS8functiony1EQzcSg6onNextys5Error_pcSg0jL0yycSg0J9CompletedAP0J8DisposedtFfA2_ __T07RxSwift14ObservableTypePAAE9subscribeAA10Disposable_pSS4file_Su4lineSS8functiony1EQzcSg6onNextys5Error_pcSg0jL0yycSg0J9CompletedAP0J8DisposedtF __T07RxSwift10DisposableMp __T07RxSwift10DisposeBagCACycfC __T07RxSwift10ObservableC2ofACyxGxd_AA22ImmediateSchedulerType_p9schedulertFZ __T07RxSwift14ObservableTypePAAE9subscribeAA10Disposable_pSS4file_Su4lineSS8functiony1EQzcSg6onNextys5Error_pcSg0jL0yycSg0J9CompletedAP0J8DisposedtFfA4_ __T07RxSwift10DisposablePAAE03addC2ToyAA10DisposeBagCF

mRecorder = new MediaRecorder(); mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); mRecorder.setOutputFile(fileDescriptor); mRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB); try { mRecorder.prepare(); } catch (IOException e) { Log.e(LOG_TAG, "prepare() failed"); } mRecorder.start(); > I need to get data on byte array/buffer...

Hi. I used to use RxFlow. Is there any chance of supporting SwiftUI?

enhancement
question