Xiao Wang
Xiao Wang
https://github.com/Thriftpy/thriftpy2/blob/master/thriftpy2/parser/exc.py#L14
fix issue #122
Log as below on iTouch 5th generation; iOS version: 7.0.4 > [Error]: ImageIO: CGImageDestinationAddImage image parameter is nil > [Error]: ImageIO: CGImageDestinationFinalize image destination must have at least one image...
NameError for map and fitler would only occur in python 1. Python 2 and 3 both got these two keywords. And `type(map(string.lower, 'ABC')) is map` is not true in Python...
### Description connect to an USB Android device on Mac OS X failed: ``` signer = PythonRSASigner(pub, priv) d = AdbDeviceUsb(serial='f3ee4049') # or without serial parameter d.connect(rsa_keys=[signer], auth_timeout_s=0.1) ``` ###...
I'd like to use other core api version like `2.0`, I tried below code, but without luck: ``` from stashy.client import StashClient import stashy StashClient.core_api_version = '2.0' s= stashy.connect('http://git.example.com', 'admin',...
How to launch a XCTest or XCUITest like WDA? no example in README. Thanks
See the new README for what I did
I set monkey to run in 2 hours (a.k.a 120 minuete), and I also created a ButtonHandler. I add the logs in buttonhandler, I found that the ButtonHandler was never...