Oleksandr Voronov

Results 8 issues of Oleksandr Voronov

MovieDB or something to demonstrate SwiftyRedux

- [x] SPM - [ ] Carthage

see https://redux-observable.js.org/docs/recipes/AddingNewEpicsAsynchronously.html

Sometimes it might be helpful to be able to log seed that was used to create generator. So we can reproduce same random sequence using that seed we know. For...

Hi! I'm about to use RandomKit for unit-testing. Is there any way to save current seed and be able to create generator with the same seed next time in order...

### New Issue Checklist - [x] Updated grpc-swift to the latest version - [x] I read the [Contribution Guidelines](https://github.com/grpc/grpc-swift/blob/master/CONTRIBUTING.md) - [x] I searched for [existing GitHub issues](https://github.com/grpc/grpc-swift/issues)(especially, there are many...

cgrpc

Is there any way I can easily unit-test my code that uses Wowza SDK? I.e. can I setup goCoder smh so that it doesn't really activate physical camera or doesn't...

WowzaSDK seems to retain reference to `WOWZStatusCallback` when calling `WowzaGoCoder.startStreaming(_:)`. Following tutorials, I can pass `self` as a callback, but once I do, instance of my class isn't released as...