karta0807913

Results 11 comments of karta0807913

# screen-recorder Record your desktop session to an animated GIF. The recorded file will be opened in the browser. ![](https://github.com/karta0807913/i3blocks-contrib/blob/master/screen-recorder/screen-recorder.png?raw=true) ![](https://github.com/karta0807913/i3blocks-contrib/blob/master/screen-recorder/screen-recorder.gif?raw=true) # Requirements - `byzanz-record`, - `x-www-browser`, - `nohup` -...

@Aster89 thank you for reply. Let me explain this. In command `byzanz-record`, there is a `-e` option which fork another process to execute and time. Then use `tail --follow name`...

@TommyX12 It's because the escape character (like `\n` or `\r`) cannot be shown in emacs. I tried to change the `display` property to fix this problem before. Unfortunately, it doesn't...

@dmorady1 thank you for replay. But I cannot add new reviewer in this pull request. I don't know why :'(. ![](https://i.imgur.com\/H0k3Qvg.png)

@TommyX12 Hello, I fix the "??" characters problem. Thanks for the help from @dgutov. ![](https://i.imgur.com\/oOvZYo6.png) Unfortunately, I cannot reproduce the error -- it looks fine on my computer (emacs 27.1)....

@TommyX12 I am little bit confuse. In the picture,I cannot get anything wrong. Can you please tell me where is the error?

> My tabnine settings is to show 5 completion candidates, but in the image, there's clearly more candidates than it should be. @TommyX12 that because the result of the last...

I think now it's here [https://www.tabnine.com/blog/](https://www.tabnine.com/blog/).

Hello, the company mode only support active one backend at one time. Maybe you can try my script [tabnine-capf](https://github.com/karta0807913/emacs.d/blob/master/lisp/init-tabnine-capf.el) which combines `company-capf` and `company-tabnine`. Then you can use the lsp-mode...

Hello @CyberShadow, Thank you for testing my code :smile: In the old non-asynchronous version, the user gets a huge delay when calling `company-complete` (unless you are using a faster computer),...