Brandon Ringe
Brandon Ringe
@smothers has asked about parinfer support, so I'm reopening this to at least extend the discussion a bit since we've had questions here and there about it. I'm unfamiliar with...
@PEZ Is the one who might know, but I'm not sure how recently he's looked into it, and what the issues really were before (and maybe still are).
Have you tested that the problem happens with only Calva and scss-to-css installed/enabled, and none of the others? If it still happens with only those two installed, that at least...
For historical reference, here's where we discussed options for where/how to show the clojuredocs material in the past: https://github.com/BetterThanTomorrow/calva/issues/689. I'd prefer we move them out of the hover and use...
Looks like they use `clojure.data.diff`, at least for some or most of the diffs: https://github.com/venantius/ultra/blob/c254cb96d6f7b05773c32e2925d8f87761780936/src/ultra/test.clj#L13
So is that the `wrap-test` [middleware supplied by cider-nrepl](https://docs.cider.mx/cider-nrepl/nrepl-api/supplied_middleware.html)? If if is, then I think if that middleware is present in the running repl then Calva should be getting that...
Thanks for the issue. > Calva is watching the stubs files path/.lsp/.cache/stubs and sending it to clojure-lsp to analyze and problems are shown on terminal. Can you clarify what you...
Adding context here from Slack from @ericdallo. > The clojure-lsp stub is a clojure-lsp feature which uses [clj-easy/stub](https://github.com/clj-easy/stub) lib to generate dummy clojure files to have clj-kondo analysis, so for...
@Vatyx Did you have a repl started and connected while you had that navigation issue? (Also, I'm glad you found my guide useful. And great job on finding that clojure-lsp...
From Eric: > I think the navigation could be related with the clojure-lsp issue as well, maybe @Vatyx can confirm if that is fixed with the proposed fix? @Vatyx Is...