Jen-Chieh Shen

Results 912 comments of Jen-Chieh Shen

Thanks for the information! ❤️ I wonder how does this work? If I understand fully, I don't think Emacs can handle URI redirection. --- I reckon these following lines are...

> e.g. I can redirect to http://127.0.0.1:5555/emacs-oauth-callback on successful authorisation. Awesome! Sounds good to me! ❤️ Is there an example code for this (in TypeScript is good)? I use to...

I think this is the feature from the upstream [lsp-ui]()? By seeing the code [lsp-ui-sideline.el#L85-L93](https://github.com/emacs-lsp/lsp-ui/blob/96b1ecbfbf87a775f05b5f0b55253376a3bd61e7/lsp-ui-sideline.el#L85-L93) here; try set the variable `(setq lsp-ui-sideline-update-mode 'point)`.

Thanks for the bug report! ❤️ Hmm... I am not able to reproduce this error. I have tested on both Emacs (lsp-grammarly) and VSCode, but neither of them can reproduce...

Thanks for the screenshot and information! These really help a lot! ❤️ Can you also try it in VSCode? If it produces the same result, I think the culprit should...

It seems like an upstream issue, you can post an issue in https://github.com/znck/grammarly (this is their link). Before you do, make sure you are using the latest `lsp-grammarly` and language...

This seems like an upstream issue, so I am closing this now! Thanks for reporting this issue! :)

Are you using the newer language server? Try upgrade your Node.JS to `16` LTS and reinstall the language server. If these don't work, try start the language server manually through...

Sorry, I made the judgement too quick. It seems like an upstream issue from `@grammarly/sdk` package due to their recent updates? @znck Sorry to ping you here. 😓 But I...

I think this issue was the previous server. Can you try the new server and see if it works for you? Thanks!