wibed

Results 64 comments of wibed

@kvnxiao according to https://github.com/postcss/postcss-import/issues/435 postcss-import@^12 (current ^14) is based on postcss8 also the install guide on tailwindcss does not mention the postcss-import module https://tailwindcss.com/docs/installation#post-css-7-compatibility-build why did you made it a...

@danielmartin i am fairly new to emacs. as far as i can tell `sourcekit-lsp` only establishes the connection to the lsp server

@yyoncho reading into https://github.com/emacs-lsp/lsp-mode/issues/1853 and https://github.com/emacs-lsp/lsp-mode/pull/1896 i found ```el (defun lsp-completion--clear-cache (&optional keep-last-result) "Clear completion caches. KEEP-LAST-RESULT if specified." (-some-> lsp-completion--cache (cddr) (plist-get :markers) (cl-second) (set-marker nil)) (setq lsp-completion--cache nil)...

@kiennq the error persists. resulting from the -32800, crashing completion.

nope completion stops working after the error - [backtrace](https://termbin.com/so0c) EDIT furthermore after using `(lsp-completion--clear-cache t)` and company-capf works again. manually that said and having `(setq lsp-completion-no-cache t)` set on my...

@kiennq as linked above the problem is better explained in said words ``` The problem seems to be with lsp-completion--get-context that is used as a parameter to the completion request....

this one seems related https://github.com/emacs-lsp/lsp-mode/issues/2970

@kiennq > I think the problem here is that the server returns an error and it translated to Emacs user error, which will throw off the cache clearing part of...

@kiennq here we go: [backtrace](https://termbin.com/kb1x0) [stacktrace](https://termbin.com/ujud) [sourcekit error](https://termbin.com/u1g1) EDIT: id like to add that i have ran exactly those commands as described in the other issue it is the full...