Michael Brown

Results 19 comments of Michael Brown

This was fixed in https://github.com/daltoniam/Starscream/pull/777, which is included in the `4.0.4` tag but no official release has been made since `3.1.1`, so many people are probably still using a version...

@NachoSoto I guess @danya61 is referring to [this PR](https://github.com/apple/swift/pull/39342) which I think is the last piece in back porting concurrency to older OSes. (looks like it will be iOS 13,...

So basically this is just adding the `SignalProducer` API to anything that conforms to `SignalProducerConvertible` by doing `.producer.` for every function in the API? I like the idea, as it...

Can you describe your issue? ReactiveSwift works fine with SwiftUI, although you will need to use Combine to bridge state changes to an `ObservableObject` which is what SwiftUI uses for...

You will need to create an `ObservableObject` wrapper around the `Property`s in your model and when they change, call the `send` method on the `ObservableObjectPublisher`. For example, something like this:...

There should be no `e` at the end of `FeedbackLoopLense`

In that case my issue is that the pipe symbols have a gap between the pipe and the `` symbols. In Fira Code there is no gap: ![image](https://user-images.githubusercontent.com/4175766/32415683-66ccae42-c235-11e7-8b5f-9f94def9547a.png) Why are...

`BVReorderTableView` is totally compatible with Core Data. I'm using them together in my app [ThenDo](http://thendo.it/) (free). When you say your `UITableViewController` is "bound do a Core Data source" do you...

@jamieQ a maintainer has to approve running the checks (to avoid spamming the CI). I have in the past been able to do that, but either I have been removed...