Vagn Johansen

Results 11 comments of Vagn Johansen

same here It seems to call "python model.py .. " printing cmd ` call Popen with cmd: ['python3', 'model.py', '-d', 'c:\\temp\\x.csv', '-m', 'train', '-c', 'automl-gs']` and then fails possibly due...

Thanks for the comment. I will use dumb-jump a bit more to see if it is an issue in practice

Seems related to https://github.com/orzechowskid/tsi.el/issues/40

_oref .. file_ does not work for me. I use ``` (defun ross/xref-python-stub-p (item) (string-suffix-p ".pyi" (xref-location-group (xref-item-location item)))) ```

I also tried to replicate the globe spine and ended up with "Maximum call stack size exceeded". This also happens with your Code Sandbox link

Check if the symbol tsx-ts-mode is in the lsp-tailwindcss-major-modes list

No and cannot work since there is no package.json

Actually your test repo works for me. I just had to be a little patient M-x lsp-describe-session RET ![image](https://github.com/merrickluo/lsp-tailwindcss/assets/634765/f170e201-4c53-411c-913f-f11bb3e8f3de)

yeah , it works for me after running the *lsp* command and waiting a little ![image](https://github.com/merrickluo/lsp-tailwindcss/assets/634765/c6e13934-bbd9-41f3-887b-f41c6451f3d2)

I had the same confusion. I suggest you write something like this This package overrides how the xref functionality works in Emacs. When for example M-. (xref-find-definitions) is pressed and...