Hamid Sadeghian

Results 5 comments of Hamid Sadeghian

still doesn't explain why the number at the top doesn't simply reflect the count of "listed" items

the explanation makes sense, but the number does not: > the number of accounts who have a follow record for your account in their repo is a good metric for...

so due to "technical limitations" showing the length of a list that is already fetched & rendered would "kill performance" I'm speechless, I got nothing...

> Quick fix is to add > > ``` > "code-runner.executorMap": { > "clojure": "lein run" > } > ``` > > to your user or workspace settings thanks for...

so I finally found a "working" workaround by hooking up [the official clj/clojure tooling](https://clojure.org/guides/getting_started) instead of leiningen, like this: ``` "code-runner.executorMap": { "clojure": "powershell -command clojure -M \"$fullFileName\"" } ```...