CodeEagle

Results 33 comments of CodeEagle

this still not work @ 0.3.6 ![image](https://cloud.githubusercontent.com/assets/2311352/10634606/af8109c8-7825-11e5-840d-66a879b19b2f.png)

这个实现的是否能取代当前的方法呢? https://github.com/Alamofire/AlamofireImage/blob/master/Source/UIImage%2BAlamofireImage.swift line 213 ``` UIGraphicsBeginImageContextWithOptions(size, false, 0.0) let scaledRadius = divideRadiusByImageScale ? radius / scale : radius let clippingPath = UIBezierPath(roundedRect: CGRect(origin: CGPointZero, size: size), cornerRadius: scaledRadius) clippingPath.addClip() drawInRect(CGRect(origin:...

hi,运行效果如下,最后一个是不行的。 ![image](https://cloud.githubusercontent.com/assets/2311352/10642108/d10e8510-784e-11e5-848d-bc3c607ba641.png)

@nixzhu 一直是用模拟器测试, 真机测试没问题,模拟器不通过

@kevinzhow 不行,下载 Repo,运行,没有 Cache 的 Xcode7.1 iPhone Simulator 6s / iOS 9.1 (13B137) ![image](https://cloud.githubusercontent.com/assets/2311352/10861746/c8477e3a-7fc6-11e5-95ff-0e1590b368fd.png)

是的,要服务器提供一个验证,之后计划添加

用法:如果配置 `DOUCacheManager` 的 `verifyClosure`就默认开启完整性检查 `VerifyClosure` 包含两个属性,`Etag` 和 `ContentLength` 用来检查完整性 调用`checkFileCompeletionForURL:`方法来移除为下载完整的缓存, 在实现`DOUAudioFile`协议的类`dealoc`的时候调用,即可移除

@Ftkey 可以在错误处理的 handler 里面调用 `checkFileCompeletionForURL:`就会检错 至于断点续传,这个还没打算研究

like [read_value](https://github.com/ukBaz/python-bluezero/blob/main/bluezero/localGATT.py#L346-L357), write request aka ` flags=['write']` also need to return value to the call [If a characteristic has this property set, it returns an error to the central when...

do you ever test this case? I can test it later, devices not around now.