YJ1516

Results 8 comments of YJ1516

I am not sure where the problem is, you mean this is a problem with my input method? my input method works fine in other software

![FromScratch & fcitx5](https://user-images.githubusercontent.com/21995281/80354024-c806e600-88a8-11ea-8c3d-bc79b0aaabac.png) Sorry i didn't make it clear I entered Chinese in FromScatch and found that the input is wrong, so I press `Esc` to cancel the candidate box,...

My input method, [fcitx5](https://github.com/fcitx/fcitx5)

我更新了nginx已经好了,感谢

那个绿框框是开机时间啊,有没办法取消显示啊,或者改改颜色也行(比如透明底黑字) 内存显示不准修改的话还会卡么? 试了一下,是网线连接不显示网速,wifi是正常的,以下是内容: ``` Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed enp4s0f1: 2630258343 2017989 0 20424 0...

- System: Arch Linux - zsh 5.9 (x86_64-pc-linux-gnu) Everything works fine in bash, `dust ` cannot be completed in zsh

v9.6.17 also has this error, default and self hosted

minimal.vim: ```vim function! SetHighlights() highlight! Comment guifg=#FF0000 ctermfg=1 echo 'SetHighlights() called' endfunction colorscheme default autocmd ColorScheme * call SetHighlights() nnoremap D :echo "Test mapping worked" ``` `:verbose highlight Comment`: ```vim...