Ce Zheng

Results 42 comments of Ce Zheng

What version of Xcode, CocoaPods, and the playground tool are you using? Here's mine: - Xcode 7.3 - CocoaPods 1.0.0.beta.6 - cocoapods-playgrounds 0.1.0 Just cannot import the module as my...

I somehow reproduced that same message by manually creating a playground. I guess this is a limitation of Xcode playgrounds, since they don't hold any build settings information themselves. And...

Thanks for the PR. Seems the travis build is broken, would you please update https://github.com/cezheng/PySwiftyRegex/blob/master/.travis.yml to use xcode10.2 so that I can merge this PR? Thanks!

It's still failing, seems the tests need an update as well

Could you please make sure tests are not broken?

@pixelogik Thanks dude:smile: Will keep making it better

To everyone asking for IPv6 support: There's basically no need to change anything. Take a look at the README of Apple's official version of Reachability: https://developer.apple.com/library/ios/samplecode/Reachability/Listings/ReadMe_md.html#//apple_ref/doc/uid/DTS40007324-ReadMe_md-DontLinkElementID_11 It says > IPv6...

@cookey91 In short, we don't need this code. If you look at apple's updated code which has full IPv6 support, it is exactly the same as this repo's implementation: https://developer.apple.com/library/ios/samplecode/Reachability/Listings/Reachability_Reachability_m.html#//apple_ref/doc/uid/DTS40007324-Reachability_Reachability_m-DontLinkElementID_9...

Apple official guide says you should never use a iIPv4 address literal

还没有用,但是大概看了一下Repo的内容,似乎是个纯java的引擎,只想斗胆问一句楼主,和那些个主流的用C++/Lua/Js的引擎比起来,选择这个引擎的理由是?