Ian Y.E. Pan

Results 110 comments of Ian Y.E. Pan

As mentioned in https://github.com/emacs-lsp/lsp-python-ms/issues/79, @yyoncho provided a temporary workaround snippet to fix this issue. Example config: ```emacs-lisp (use-package company-lsp :commands company-lsp :config (setq company-lsp-cache-candidates 'auto) (add-to-list 'company-lsp-filter-candidates '(mspyls . t))...

Hi @bengotow @asparc I just ran into the exact same problem and followed this thread only to find out I'm facing the exact same frustration as @hdansin @lilgreggy and @Rizz0S...

Thanks man! Adding `1` inside `invert()` worked for me! Sadly, I've noticed the font do get a bit blurry and less crisp when inverted like this; especially noticeable for non-Latin...

This kind of makes sense. Thanks for the prompt reply. Since you probably know more about flycheck and web-mode than I do, I hope you don't mind me asking: _If...

Cheers, I will. In the end, I solved my problem with this code I tweaked (posted here to help other people): ``` (defun my/tsx-setup () (when (and (stringp buffer-file-name) (string-match...

A similar question I might as well ask here: would it be possible to have jsx-tide be enabled for all rjsx-mode regardless of the file extension (since I also code...

> No, the reason being how the checker is defined. tide explicitly adds a check for file extension. Thanks for the reply! I see. To answer you question "_because I...

Hi PA, thanks for the effort, and sorry for replying this late. Personally, I prefer to keep it consistent with the colours originally chosen for centaur-tabs, as the ones you...

Edit: Even the official website still uses the original digit 1 style https://sourcefoundry.org/hack/