whincwu

Results 42 issues of whincwu

优化 tmux 文档:精简文字、补充window切换快捷键、变量名使用尖括号表示等

I think it will save much time for most situations.

can you add a switch to control enable/disable hipdi canvas polyfill function(It's enable default when import this library). Sometime i don't want the polyfill function.

Miss types in TypeScript project, hope to add.

当 SQL 语句前面存在空白行时,解析结果中的 error.suggestions.token 为`null`,导致无法正确提示发生错误的位置,现象如下: ![image](https://user-images.githubusercontent.com/5096493/79543244-b3179f00-80bf-11ea-8ed6-473dd1f9e347.png) 解析结果如下: ```json { "success": false, "ast": null, "cursorKeyPath": [], "nextMatchings": [ { "type": "string", "value": "UPDATE" }, { "type": "string", "value": "set" }, {...