Ilya Puchka
Ilya Puchka
With introducing Xcode UI tests and growing of popularity of such tools as fastlane screenshots (that uses Xcode UI tests under the hood) and the fact that actually every UI...
When running jazzy with custom derived data path it clears the content of `Build` sub-directory in this path which does not allow xcodebuild to reuse it and results and extra...
I've tried to use this yesterday and noticed two missing things: - to generate project the `Sources` folder should contain folder with name of the target and it should contain...
Replay configuration can allow to record requests when recordings are missing instead of raising exception. This will simplify the workflow as will require only to remove outdated recordings from the...
Similarly to the issues described in #101 there seems to be no good way to consider content size of the view presented in the drawer for it's partially expanded state...
Drawer state change animation is implemented in a way that does not forbid changing to a different state while previous transition animation is still in progress (related to #86). Because...
When drawer is presented with initial `.collapsed` state and then changes to `.partiallyExpanded` state shortly, sometimes it results in its content taking fullscreen and not being able to be dismissed.
When building with --library flag I got only *.a and no header files. Also podspec looks just like when building framework
When POST request is received by the server it is natural to attempt to read its body data. But when no data is sent or empty data is sent in...