Tommy X

Results 18 comments of Tommy X

As @NathanLovato said, the company frontend being used does make a difference. Also, check to see if TabNine local deep learning completion is enabled. This is in the README known...

Hey Matthew, sorry to hear about this issue. Unfortunately I wasn't able to reproduce this; it works as fast as a newly opened emacs even when my `emacs-uptime` is 16+...

> I'm currently experiencing lag again, apparently `Automatic GC` is taking up quite a bit of CPU. Could you share your `gc-cons-threshold` with me? My `gc-cons-threshold` is 200000000. Good to...

This is a feature of TabNine. As the message says, if you want semantic completion, type `TabNine::sem`. If not, you can type `TabNine::no_sem` to suppress this.

@allancsilva @lladeebll This was TabNine's original design; you have to type this as text into anywhere (any open buffer, as if you are writing it out). TabNine will simply detect...

Thanks for the change. When I tested it out, it seems like sometimes the completion candidates will glitch out, sometimes having “??” appearing inside the text. Not sure if it’s...

> @TommyX12 > It's because the escape character (like `\n` or `\r`) cannot show in emacs. > I tried to change the `display` property to fix this problem before. >...

Just tried it on Emacs 26.2 on an older Mac: ![image](https://user-images.githubusercontent.com/7809546/134262529-b4fc5aac-3df8-427d-b60d-12bc676341bd.png) Same problem persists 🤔

> @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...

Could you try to enable the debugger by doing `M-x toggle-debug-on-error` then trigger the error again? Once you do, please let me know of the error message that shows up....