Yasuharu Ozaki

Results 7 comments of Yasuharu Ozaki

Hotfix ``` alias __git=hub ``` FYI: https://github.com/git/git/blob/7c20df8/contrib/completion/git-completion.bash#L1029

For CocoaSeeds, you must create YOChartImageKit target first. Then run `seed install`. BTW, CocoaSeeds seems to be end of life(repository is archived now), so I recommend Carthage instead.

Thank you for your comment! I'm working to merge #12. Please wait a few days.

Try the following: Open xcode schemes list. 1. Tick YOChartImageKit with "show" and close. 1. Select YOChartImageKit as a scheme and build (cmd + b) 1. Change scheme back to...

Separator between slices is not available. Separator(or it is called stroke) is available for all slices by defining ``` objc - (CGFloat)doughnutChart:(XYDoughnutChart *)doughnutChart selectedStrokeWidthForSliceAtIndexPath:(NSIndexPath *)indexPath { return 2.0; } ```...

If someone wants to use with iOS >= 7, check my fork https://github.com/yasuoza/ALPickerView. It has instant iOS >= 7 support.

Restart macOS did not help. What's I've done with v13.0.12: - Deactivate driver - Uninstall Karabiner-Elements - Restart macOS with Safe mode - Install karabiner v13.0.12 - Activate driver -...