Eric Horacek

Results 10 comments of Eric Horacek

Will wait on the outcome of ReactiveCocoa/ReactiveCocoa#3470 to decide whether to merge this—thanks!

Hi @raduraducu—it sounds like you may want something like `shareWhileActive`. It isn't included as a core operator in ReactiveObjC, but should give you similar behavior. It is available in this...

Hi @Widcket, we don't have a lot of information since we can't reproduce these crashes, but both of these appear to about 5-10 seconds after a `SFBrowserRemoteViewController` is dismissed as...

We are in the same situation—we're unable to reproduce this locally. Since the crash is clear about the cause I'd assume it should be possible to make a fix by...

Agreed that this is something that would be great to have, some closed-source implementations of GraphQL codegen I've worked with in the past modeled GraphQL unions as Swift enums with...

We are currently updating our app to use SDK version 1.5.9 and will let you know if this continues to occur after, it appears that 1.5.5 did not contain these...

@bsneed We have deployed newer versions of our app with those changes integrated and are unfortunately still seeing malformed JSON being uploaded with SDK versions above 1.5.9. Can we reopen...

We are using Segment with a custom `apiHost` and `cdnHost`, so it doesn't go through the segment.com backend systems.

@AliSoftware I was doing things the same way until I saw @supermarin's talk. He brought up the following point: What is the benefit that your private `Specs` repo brings you...

This may be question larger than the scope of this conversation, but why should a Specs repo be required for dependency management & resolution? Why can't the tags on the...