-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] completion disappear after some inputs #5
Comments
Sorry for the late late reply. This might due to the debounce of coc.nvim and currently I'm not yet clear on how to solve it. |
https://asciinema.org/a/648868 把 incomplete 改了可以暂时修复这个问题,但貌似又引入了新问题 😢 |
我看了一下代码,感觉可能可以从 textEdit 方向入手...我现在用的是 mac 所以可能需要先装下 rime 然后适配一下 rime-cli 才能来看这里的逻辑... 不过我现在应该可能没你懂代码了hh,所以您看着来... |
应该不用,只要 pkg-config 能找到 json-c 和 librime , rime-cli 就会被自动构建在 build/Release/rime_cli 。
👍 |
单独构建 rime-cli server 不构建 js client 也是可以的。过程在 https://github.com/tonyfettes/coc-rime/blob/master/scripts/build.sh 。 server 也许可以被 https://github.com/nodejs/nan 代替,即像 https://github.com/DogLooksGood/emacs-rime/blob/master/lib.c 只是一个库,省去通信开销。但我还没研究那么深 😢 |
我在macOS上起了一个虚拟机才跑起来...不过我好像没有复现 这个问题。 不过在我的使用体验中,我好像输入几次以后补全就消失了,不知道您有没有遇见过这样的问题? |
我试过了在 Ubuntu, ArchLinux, Android Termux, NixOS 安装这个软件且没有问题。 macOS 的 homebrew 没有 librime ,不知道 squirrel 是啥能不能代替。不能就只能用 nix 了。https://search.nixos.org/packages?channel=23.11&show=rime-cli&from=0&size=50&sort=relevance&type=packages&query=rime 有 darwin (macOS) 的支持。
似乎 unexpected behaviour 又变了 😢 |
Can you enable pre-commit.ci? I don't have enough premission 😢 |
And add https://www.npmjs.com/package/coc-rime to website? |
I have grant permission to install this app, but I'm not really sure if it works.
Done. |
I use
double_pinyin_mspy
, nihk meansnihao
:disappear.
disappear.
The text was updated successfully, but these errors were encountered: