-
```
在linux arm/mips/sparc架构下编译brise的过程中[1],
运行rime_deployer的时候,出现SIGBUS,导致程序中断。
[1] https://buildd.debian.org/status/package.php?p=brise&suite=unstable
这里应该是正在luna_pinyin.table.bin文件偏移0xdca处
写入num_s…
-
等待 https://github.com/hchunhui/librime-lua/pull/80
该功能实装后可以实现:
- [ ] 记住用户输入的新单词
- [ ] 调整词频
-
```
在linux arm/mips/sparc架构下编译brise的过程中[1],
运行rime_deployer的时候,出现SIGBUS,导致程序中断。
[1] https://buildd.debian.org/status/package.php?p=brise&suite=unstable
这里应该是正在luna_pinyin.table.bin文件偏移0xdca处
写入num_s…
-
ibus-rime has no non-README commits since two years ago. Does it still work with the latest version of librime, ibus or other dependent libraries? If it does, please update ibus-rime to reflect that.
-
**问题描述**
rime-translate-keybindings 无法传递"comma" "period" 按键
**Emacs中的配置**
```
(use-package rime
:config
(setq rime-translate-keybindings '("C-f" "C-b" "C-g" "C-d" "C-h" "," "."))
)
…
-
**Describe the bug**
When multiple syllables are typed and the `selector` is used to select a shorter candidate, this would leave some unused syllables un-highlighted.
![Illustration of the bug co…
-
return vector
https://github.com/hchunhui/librime-lua/blob/9757287ed36b6404ab77a360d8f704b32452650c/src/types.cc#L1499
-
在Arch Linux的GNOME Shell桌面环境上,GNOME版本是45,窗口系统是Wayland。切换至IBus Rime引擎的中文输入模式,当按下大写锁定键后,输入法切换至了英文输入模式,且大写锁定指示灯亮起,此时输入字母却仍为小写。
该问题在操作系统软件包某次升级后出现,具体是哪个软件包暂时没有时间排查,但通过版本回退实验可以确定的不是`ibus-rime`和`librime`。…
-
在librime-lua(使用 系統lua 5.4) script 錯誤訊息是 找不到 lua_gettop
在 terninal 下的lua 的 require ok
目前是手動 下載 luarock package
把 so 檔案重新link gcc -shared -llua ..... 才正常
-
比如说我想打个双引号 “ , 一般情况下双引号是成对出现的,我想在打一个双引号的时候,自动将后边的双引号补全,补全之后当前的光标是在两个引号之间。 类似成对出现的符号有小括号,中括号,大括号,单引号,书名号之类的