Draven

Results 7 issues of Draven

昨天写了个自动化初始评论的脚本 ```ruby username = "draveness" # GitHub 用户名 new_token = "xxxxxxx" # GitHub Token repo_name = "github-comments-repo" # 存放 issues sitemap_url = "https://draveness.me/sitemap.xml" # sitemap kind = "gitment" # "gitment"...

Cannot copy or move with finder files. ![image](https://user-images.githubusercontent.com/6493255/50381837-d6009180-06cb-11e9-9279-af4054700dcf.png)

stale

Reproduce step: 1. set highlighted font and highlighted color, in viewDidLoad ``` _pickerView.font = [UIFont systemFontOfSize:26]; _pickerView.highlightedFont = [UIFont systemFontOfSize:44]; _pickerView.textColor = UIColorFromRGB(0x91EAFF); _pickerView.highlightedTextColor = UIColorFromRGB(0xffffff); ``` 2. call `[_pickerView...

Quote reply support as the GitHub native function.

enhancement

Recently, we are using fishhook to change some low-level function in `linux/socket`, but we met a quite strange bug. Use fishhook to rebind `connect` symbol to our new one leads...