Mikko Välimäki

Results 27 comments of Mikko Välimäki

If you checked the project with git, run ``` git submodule init git submodule update ```

@AjinkyaSharma, looks like the example is using carthage. Just run ``` carthage update ``` at the root of the project (where the `Cartfile` is). It was a submodule once, but...

I'd gladly try to check this but do you have some kind of reduced example?

You shouldn't need to reload anything, that's how the binding works. Can you either paste the code here or provide some full example on your setup?

What is a `CustomerJSON`? Is there a possibility that its identity is not unique?

@ZZHHAANNGG, Can you paste the implementation details for `CustomerJSON` here? How does its implementation of `IdentifiableType` look like? Anyone who's having issues, there's definitely a reason why the Differentiator thinks...

What environment are you using? I tried but couldn't reproduce the crash with Xcode Version 9.4.1 (9F2000) and iPhone X Simulator with 11.4, on High Sierra.

The link directed to that branch. For some reason I still managed to download the -dev branch version.

[Is this it?](https://github.com/jdisho/Papr/blob/rxdatasources-not-working/Papr/Custom%20UI/PinterestLayout.swift#L54) ```swift for item in 0..

It looked like the whole observable sequence didn't even start yet, so this seems to happen before the items are in the collection view. If you add `.debug()` to the...