Bo
Bo
I'm using a different color scheme in my terminal, which makes the default colors of `skim` difficult to use. For example, the highlighted words are hard to read. Although I...
- PureLayout/PureLayout/ALView+PureLayout.m (-[ALView al_alignAttribute:toView:]): Enable branch of `case ALAttributeFirstBaseline` for both iOS 8.0+ and OSX 10.11 - PureLayout/PureLayout/NSArray+PureLayout.m (-[NSArray autoDistributeViewsAlongAxis:alignedTo:withFixedSpacing:insetSpacing:matchedSizes:]): (-[NSArray autoDistributeViewsAlongAxis:alignedTo:withFixedSize:insetSpacing:]): Enable branch of `case ALAxisFirstBaseline` for both iOS...
https://github.com/integrations/slack/blob/master/lib/messages/push.js#L18 Is it possible to show full commit msg by adding a slack cmd? It would be more convenient for my team which enforces detailed commit log.
I don't think it's valid to override awakeFromNib from `extension UIView : ProtocolUI`, especially `UIView` is an Objective-C citizen. Please refer to other discussions like: https://groups.google.com/forum/#!topic/swift-language/mh7Sxnhli3M
Clang format accidentally formatted my code from ``` @checkselector(self, dispatchEvent:) ``` to ``` @checkselector(self, dispatchEvent :) //an extra space has been inserted before colon ``` @checkselector can't handle the extra...
The image is not up to date and some benchmarks failed to run during my test. For example I got an error: ``` scylla is not registered ``` After checking...
The link to ["Consuming JVM libraries"](https://docs.gradle.org/6.0/userguide/artifact_dependencies_tutorial.html) in ["Building Java Libraries"](https://guides.gradle.org/building-java-libraries/) gives a 404 error