Fork me on GitHub
#calva
<
2022-07-14
>
craftybones06:07:52

Is there an error here? Why does calva/clj-kondo complain?

{:deps {metosin/reitit {:mvn/version "0.5.18"}}
 :paths ["src"]}

craftybones06:07:51

Is it some cache thing? I no longer have a reitit/reitit

craftybones06:07:25

Darn annoying

craftybones07:07:45

Deleting the cache helped. But I run into this from time to time.

borkdude07:07:22

weird. do you also have the clj-kondo extension installed or only calva?

craftybones13:07:45

Both. That might be it 🙂

borkdude13:07:17

Maybe disable the clj-kondo extension, although it should not cause any problems like that :)

craftybones13:07:51

Yeah, that is true. The problem is I had to move on from that and had to clear the cache

craftybones13:07:00

I'll try reproducing it

borkdude13:07:21

It's fine to disable the clj-kondo extension when you're using Calva

pooriaTaj09:07:29

Hi I am using calva for clojure development , I was wondering if I could disable the IO writing to the output calva file because it is actually putting a heavy load on my system even when the file is closed inside vs code

pez07:07:39

Hi! There is no way to disable it in Calva currently. There's an issue on GitHub about adding some options for the stdout. Please add a comment and a thumbs up on that one.