Logan Collins
Logan Collins
Thanks for the thoughts! I agree, it's definitely not something the library should be concerned with in parsing ~/.ssh/config. We are very heavily on libssh2 as well, so it makes...
The configuration I can reproduce this most reliably with: A 612 MB zip of 240 GIF images linked here: https://www.dropbox.com/s/9cyvqb18y5sjsdh/GIFs.zip?dl=0 • iPod touch (5th generation) • iOS 8 GM seed...
Tracing into `loadCanMiss:error:` within zip zap, the underlying error is: ``` Error Domain=NSCocoaErrorDomain Code=256 "The operation couldn’t be completed. (Cocoa error 256.)" UserInfo=0x17870970 {NSFilePath=/private/var/mobile/Containers/Shared/AppGroup/799C88D2-63E8-490B-99DF-42AEED9682B0/Documents/GIFs.zip, NSUnderlyingError=0x165072e0 "The operation couldn’t be completed....
Should be fixed in 3dd6eb4.
This is once again an issue due to the switch to ARC. While we properly create the result of -alloc during the one-step alloc/init phase, ARC now performs an implicit...
Yes, the 1.0 (master) branch is receiving bug fixes, but feature work is currently on the 2.0 branch. Also, the reason for not using the JavaScriptCore from iOS is because...
@ethomson This issue was originally about adding appropriate hooks in libgit2 for using ProxyCommand with libssh2 (something I wrote and am still maintaining on our fork of libgit2, see https://github.com/libgit2/libgit2/pull/4881...
Yeah, not ringing any bells for me either. I haven’t run any of my projects using it with the address sanitizer. Logan > On Sep 6, 2016, at 10:35 AM,...
This has been sitting unreviewed for quite a bit. Would one of the team be able to do so? If the project isn't interested in linking to these grammars, I...
> Possibly of interest might be [this](https://github.com/tree-sitter/tree-sitter/pull/2716#issuecomment-1773533861). Ah, good to know. Thank you!