Benjamin Encz
Benjamin Encz
The GitHub API uses a SHA parameter to paginate commits (https://developer.github.com/v3/repos/commits/). By default only 30 commits are returned. Currently the parameters needed for pagination are not exposed.
Had this at the back of my mind for quite a while. We should discuss the roadmap for getting ReSwift to 1.0, since we've been really close for a while....
The accessibility APIs are more part of PlanGrid's codebase than of this particular library. They are a somewhat out of scope as they go beyond just providing a declarative API...
The tests currently use a lot of parameterized tests which makes them difficult to read. We should refactor them and consider using BDD tests as throughout most of the PlanGrid...
With the current implementation touch events caused by an active touch will be forwarded to a `CCResponder` even if the responder sets `userInteractionEnabled` to `NO`. Can be reproduced with the...
Currently `CCActionFollow` breaks with normalized position types, because it is implemented assuming that the position types of the target Node and followed Node are points, which is necessary to compare...
**Problem:** When using `ReSwiftRouter` we want every view controller change to be reflected by a route update. This means we need to be notified when UIKit's container view controllers trigger...
In some cases, when UIKit performs a transition that we cannot force through the router, we need to notify the router about the change (also discussed in #17). In such...
Adding tests as part of the CocoaPods test jam.