Shun Usami

Results 31 comments of Shun Usami

Thank you for reporting, now I'm back to fix the issue.

@Sajjon that's so true. And now CocoaPods works with this Podfile. ``` target 'SandBox' do use_frameworks! pod 'BitcoinKit', :git => 'https://github.com/yenom/BitcoinKit.git', :branch => 'cocoapods-1-1-0-beta4' end ```

I understand what you say. For me, base58 and cashaddr are like convenience function like extension. If we implement it as protocol extension (computed property / function), it calculates checksum...

Give me more detailed information to help you 😃

Please use the issue template below. And please paste your code here. ``` # Current behavior # Expected behavior # Steps to reproduce 1. 2. 3. # Environment - BitcoinKit:...

For more clang information, please see this.

I have the same problem and it seems to be this library's problem. Because even when I comment out ft_memmove in the test, it still [CRASH]es. However, when I comment...

Even when ft_memmove does nothing, this test still [CRASH].

@aliceyayunji I got the same error too. This seems to be caused by the difference between the num of parameters given and the num of parameters required. The shape of...

https://pjreddie.com/darknet/yolo/ It says the file size is 258MB, however the file I downloaded by the link is only 203.9MB. The given parameters can be insufficient.