Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
156 contributions in the last year
Contribution activity
November 2020
Created 4 commits in 2 repositories
Created 4 repositories
- kinarobin/MMKV C++
- kinarobin/Nuke Swift
- kinarobin/Foundation C
- kinarobin/CocoaLumberjack Objective-C
Created a pull request in CocoaLumberjack/CocoaLumberjack that received 9 comments
Add an assertion to avoid potential deadlock issues for `flushLog`
New Pull Request Checklist I have read and understood the CONTRIBUTING guide I have read the Documentation I have searched for a similar p…
Opened 6 other pull requests in 2 repositories
CocoaLumberjack/CocoaLumberjack
1
closed
3
merged
CoderMJLee/MJExtension
1
open
1
merged
Reviewed 3 pull requests in 1 repository
SDWebImage/SDWebImage 3 pull requests
- Bumped the min deployment target version to iOS 9, macOS 10.11. Bumped the min Xcode version to Xcode 11
- Added the options and context arg for Image Loader custom protocol, this can be used for advanced user to grab and check for context for current loading URL to process the logic
- Replace all current dispatch_semaphore usage into the os_unfair_lock, use OSSpinLock for lower firmware
Created an issue in CocoaLumberjack/CocoaLumberjack that received 2 comments
[Question] Log message unblocked threads in `_queueSemaphore`
New Issue Checklist I have read and understood the CONTRIBUTING guide I have read the Documentation or CocoaDocs I have searched for a similar …