Felix Visée
Felix Visée
This pull request introduces several new types for recording interactions and corresponding values as well was verifying interactions with multiple recorders. First, recording of interactions and corresponding values has been...
I started working on a playground for fun and the [Düsseldorf iOS Meetup](http://www.meetup.com/Dusseldorf-iOS-Meetup/events/226484731/?comment_table_id=457945073&comment_table_name=event_comment) some time ago. It's very useful for trying out things, especially when someone is new to the...
`Mock`s and `Stub`s with `Void` interactions require some unnecessary typing, like: ``` swift let stub: Stub = Stub() stub.on(any(), returnValue: 42) ``` We could add appropriate protocols, `MockType` and `StubType`,...
The HTTP client extracted in #11 and #30 should probably also take care of creating a proper request for itself. This could be something else than an `NSURLRequest`. _This is...
When trying to put "nothing", really just `null`, dbox tries to read `null.length`, which blows things up. Using an empty Buffer fails too, because request expects everything that is "something"...
- [ ] Improve `DictionaryAdapterSpec` - [ ] Improve `LazyAdapterSpec` - [ ] Review `LensExtensionsSpec`
The initial idea was to provide quadratic and cubic bezier curve animations of the frame's origin. I'm not sure this is a good way, but it's at least a very...