Honghao
Honghao
  Added a menu under `Editor`, which can shows state of current indentation settings
I found it's useful to use a timer for counting down before a calendar event (e.g. a meeting event). One possible way to create a new timer is by accepting...
I used SwiftUI to build preference panels. However, when switching tabs, the view jumps with a weird animation. I feel this is because the SwiftUI view hasn't loaded when switching....
Hey, I found this weird highlight results: For this markdown text: ``` This is a *same* **paragraph** ``` The highlight result is: 
I got an error when running an app on Ubuntu. ``` Fatal error: init(contentsOfFile:usedEncoding:) is not yet implemented: file Foundation/NSString.swift, line 1308 ``` It's caused by this line ```swift public...
the `codesign` command should resign the the helper app, not the zip file.
To match the documentation of `createSubfolder` and `createFile` methods on ``` This method throws an error if a folder already exists at the given path. ``` ``` This method throws...
刚刚升级到macOS Sierra,现在无法打开了
The `self` is unexpectedly removed in the following example code: ```swift extension Optional { func doSomething() -> Wrapped? { self } } class SomeViewController: UIViewController { override func viewDidLoad() {...