Honghao

Results 10 issues of Honghao

![screen shot 2016-01-27 at 1 08 24 pm](https://cloud.githubusercontent.com/assets/3926785/12623274/5aa3861e-c4f7-11e5-83df-2b287d492d5c.png) ![screen shot 2016-01-27 at 5 18 43 pm](https://cloud.githubusercontent.com/assets/3926785/12630358/0e020ede-c51a-11e5-8702-360ebf9894cc.png) 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...

enhancement
help wanted

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: ![Screen Shot 2019-04-21 at 23 31 01](https://user-images.githubusercontent.com/3926785/56486732-88374280-648d-11e9-8d0d-e1fc8dfc240e.png)

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() {...

enhancement