Whirlwind

Results 31 issues of Whirlwind

Using system method to base64, and check OS version.

JSONKit.m:680:12: Direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() JSONKit.m:931:17: Direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() XCODE 4.6DP2

I found the `registeredKeyPaths` is always error value. I try change this: in `NSObject+SFObservers.m` Line 76: ``` NSMutableDictionary *registeredKeyPaths = (NSMutableDictionary *)objc_getAssociatedObject(observer, AH_BRIDGE(NSObjectKVOSFObserversArrayKey)); ``` change to: ``` NSMutableDictionary *registeredKeyPaths =...

I test -[UIViewController presentViewController:animated:], but I get crash. I don't get any error information, but I breakpoint at the method name: ``` - (void)sf_addObserver:(id)observer forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(id)aContext { ```...

I build the v1.5.0, and get a error: ``` /libgit2/src/libgit2/config.c:633:47: error: expected ')' p_snprintf(str_value, sizeof(str_value), "%" PRId64, value); ^ /libgit2/src/util/unix/posix.h:60:20: note: expanded from macro 'p_snprintf' #define p_snprintf snprintf ^ /libgit2/src/libgit2/config.c:633:2:...

``` $ git clone --filter=blob:none git@xxx:xx/xx.git $ cd xx $ git worktree add ../worktree $ cd ../worktree $ git config extensions.worktreeConfig true ``` I have a origin repository with `--filter=blob:none`,...

``` var gitment = new Gitment({ owner: 'dijkst', repo: 'dijkst.github.com', oauth: { client_id: 'ef6ee073162a12e7362f', client_secret: 'f6c454aad6218c8a857216260a6091f92f638af4', }, }) gitment.render('comment_thread') ``` 注意,这里的owner `dijkst` 不是账号名,而是组织名称,因此没有直接登陆的账号。而我的账号是 `Whirlwind` 是这个组织的管理员。现在用 `Whirlwind` 登陆后,评论还是提示 `Error: Comments Not...

I have a git repo, and there are some tags in the repo. I use the `- [GTRepository allTagsWithError:]` could not get any tags. I debug the code, I found...

``` Process: Xcode [2030] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 6.3.2 (7718) Build Info: IDEFrameworks-7718000000000000~2 App Item ID: 497799835 App External ID: 812404257 Code Type: X86-64 (Native) Parent Process: ??? [1]...

I check the code, I found it is seem lost to read the xcconfig file in project and target base configuration! Please check it. I need an api to set...