Rui Peres

Results 11 issues of Rui Peres

In this situation: ```swift receiver.listen { _ in receiver.listen { _ in print("foo bar") } } ``` `Receiver` will deadlock, if I am not mistaken because of `os_unfair_lock_t`. Any hints/suggestions...

bug
help wanted

Hello good people. I downloaded the work that @andersio did here https://github.com/ReactiveCocoa/ReactiveSwift/pull/776 and added the following extension to the `Store`: ```swift @available(iOS 13.0, *) extension Store: ObservableObject { public var...

Carthage support would be a nice to have. I am happy to add it, if you are guys are cool with it.

I was looking at the implementation and I didn't see any locking mechanism for inserting/removing the elements. So I did quick test: ``` swift func testThreadSafety() { var a: ObservableArray...

While on portrait if I set the contentSize to: popover.contentSize = CGSizeMake(282.0f,260.0f); It will have that size. If I open in landscape, it seems it doesn't do anything and it...

Would it be possible to put the top parallax view on the bottom, or have an option (property flag, maybe) to put it there?

When I am in portrait or landscape, and there is black space around the photos, I am able to scroll on it, this sometimes have some unexpected behaviors. How can...