Phlippie

Results 3 comments of Phlippie

The following seems to work: 1. `cd ~/Library/Developer/Xcode/DerivedData//Logs/Build` 2. `rm *.xcactivitylog` 3. Build 4. Check build times again UPDATE: Nope. It updates the build duration to the latest build's time,...

I think the cause is as follows. For links, the `color` property is used to compute `attributes` - see https://github.com/bmoliveira/MarkdownKit/blob/master/MarkdownKit/Sources/Common/Protocols/MarkdownStyle.swift However, when text is actually formatted, those `attributes` are not...

@BlackM0nster You've probably figured it out by now, but just for posterity: You can do this by increasing the collection view's content size, as well as its content offset. I...