Andreas Grosam

Results 25 comments of Andreas Grosam

> I'm not sure about the extra parameter to be honest. I think it'll increase the complexity, perhaps unnecessarily so. Perhaps yes ;) So the most simple API would be:...

> If we're assuming that retry: will rerun the block if it returns anything other than RXPromise doesn't that mean the block is running synchronously? Well, yes this should be...

I totally agree with you that some _retry_ mechanism is useful, especially for those kind of tasks that may fail and where there is a chance that a later attempt...

Your welcome! Still, you need to carefully decide whether this approach doesn't need to be cancelable. Suppose the following scenario: Let have a table view with "items". When a user...

Could you please provide your code where this happens? Do you possibly use anywhere a _global_ variable as an RXPromise?

Well, it should not. I've never seen a crash so far. However, I vaguely remember that there was an issue with global promises. So, we need more info: It seems,...

I've tried to reproduce this error - but cannot force it to fail like yours. What I can say about it, is that it's happening quite late during disposing off...

Any reasons why the generated Xcode project cannot be recommended? I understand, the development of SwiftPM is in its infancy. Still, I managed to use Carthage as usual in a...

I did some experiments with the Core Data extension - but it appears to me that it doesn't work as expected - at least with Swift 3.0 and Swift 3.1....

Swift 3 support is already in development ;) I expect to have a RC next week. Thanks for your patience.