Coelacanthus
Coelacanthus
在ibus_rime.yaml里加入 ```yaml plugins: - librime-lua.so modules: - lua ``` 没有的话创建这个文件 Edit:在rime配置目录
> I0524 22:05:15.734496 15975 config_data.cc:65] loading config file '/home/baloneo/.config/ibus/rime/luna_pinyin_simp.custom.yaml'. > E0524 22:05:15.734674 15975 config_data.cc:71] Error parsing YAML: yaml-cpp: error at line 12, column 6: end of map not found 你配置文件有语法错误
> > YAML 的缩进仍然不对。 > > 没有报错,还是不对吗 我贴的不是报错吗! Edit:建议先用yamllint检验下yaml语法正确性
> 仔细点,第 12 行缩进,多了一个空格。你需要一个好的编辑器。 @Baloneo 也许你需要等宽字体+好的编辑器+4/8空格缩进+yamllint
> E0524 22:26:09.935385 18591 engine.cc:349] error creating translator: 'lua_translator' 看样子插件没加载…… Edit:重新考虑你的编译安装过程是否有问题
I found a upstream discussion https://github.com/rust-lang/git2-rs/issues/507 , hope it can help you.
It cause an error: ``` Traceback (most recent call last): File "/usr/bin/grcat", line 238, in add2list(clist, m, pattern['colours']) File "/usr/bin/grcat", line 105, in add2list clist.append((m.start(group+1), m.end(group+1), patterncolour[group])) IndexError: list index...
> I've been unable to test myself due to some issues with drag-and-drop programming on my device, but please tell me if it works. I tried to compile it by...
> I spoke with wuxx on AliExpress, and I think I have the situation cleared up, at least for me. There's two debug probes models here, and the branding is...
Not enough. In XDG Spec, Data needs to be placed in `$XDG_DATA_HOME/$pkgname`, `~/.local/share/klog` and Cache needs to be placed in `$XDG_CACHE_HOME/$pkgname`, `~/.cache/klog`. e.g. cty.csv belong to cache and logbook.dat belong...