Xu Chunyang

Results 59 comments of Xu Chunyang

Technically possible, but the process is _very very_ inefficient. Because `chinese-word-at-point.el` uses external Chinese word segmentation tool, such as 结巴分词, - usually, 结巴分词 (written in Python) itself may be quite...

Do you have YASnippet Mode enabled? You need to install YASnippet and turn on it for snippet support. The doc is not clear about this, it took me a while...

Hmm, it looks they've renamed to quickcheck/config and quickcheck/config-results, but the doc are not updated. And `quickcheck/config` is not provided by `quickcheck`, only `quickcheck/testing`, so the code should be updated...

> I am not a CSS guy Me neither, I'm afraid this task is beyond me. God help us all. Fell free to close this issue if you have no...

Not sure. Below is my test, the left is the latest `org-page` and the right is the older version ![screen shot 2014-12-27 at 6 00 09 pm](https://cloud.githubusercontent.com/assets/4550353/5560971/41136936-8df2-11e4-9c19-16aae370ba4b.png) The font size...

epm uses `epl-outdated-packages` from https://github.com/cask/epl to get outdated packages which doesn't take account of `package-archive-priorities`. According to my memory, package.el is mainly a user program and can't be easily programmatically...

新建了一个 Vue + TS 项目,然后 PHPStorm 提示错误,不过代码可以跑: > Vue: Could not find a declaration file for module  @wangeditor/editor-for-vue . > /Users/xcy/Desktop/Work/learn-vue-ts-20231017/node_modules/@wangeditor/editor-for-vue/dist/index.esm.js > implicitly has an  any  type. > There are...

I tried the pull request locally and found that it works fine for me; I can see the highlights. This is my first time using Torchlight and I only tried...