Cycreate
Cycreate
@WuTheFWasThat Not tested on win10. AFAIK, on Mac(Chrome and Firefox) `compositionend` events **convert** Chinese punctuation marks **to** English ones. That's not perfect but it's a simple solution to input CJK...
Pull requests are welcome! :) Hine 于2018年9月3日 周一20:08写道: > @yuanotes Thanks for the info~ > I did some search about composition events and found this > , > but still...
Thanks. I have tried to build litetree with mattn/go-sqlite3 but failed. AFAIK, mattn/go-sqlite3 has hard-coded the journal mode.
My OS is MacOS 10.13.6 and go version is `go1.10.3 darwin/amd64` steps to reproduce this: 1. get `go-sqlite3`: ```shell go get github.com/mattn/go-sqlite3 ``` 2. build `litetree` and copy libs to...
@kroggen oh, thanks! It works for me. The key point here is to run my own go project with argument `--tags libsqlite3`. Sorry for my poor undestanding of go build...
如果和im-select问题一样,那暂时没什么解决办法。我macOS也卡。
> When I saw the vscode vim [switch IM logic](https://github.com/VSCodeVim/Vim/pull/2643), it seemed a much better way, I drew a simple graph to interpret the logic. > > ![VIM switch Input...