Klaus Wuestefeld
Klaus Wuestefeld
Hi, none of these work calling hiera from a shell script: lein hiera :show-external true :ignore-ns #{clojure} lein hiera :show-external true :ignore-ns \\#{clojure} lein hiera :show-external true :ignore-ns "#{clojure}" The...
Please make the refactorings contribute VSCode Commands so that users can configure shortcuts for them and preserve our state of flow, instead of having to use the context menu. I...
Hi, I copied the entire code, rather than using this lib, to be able to set a custom "From:" name. To do that, you can't use "[email protected]", you have to...
I find myself scrolling up the repl to the first failure after a test run all the time. Is it just me?
Hi! Thanks for Calva!! With a tiny project like this: deps.edn > {:paths ["src"]} src/main.clj > (ns main) > (defn foo [] 42) foo is marked with an info alert:...
In case of ambiguous var definitions, clojure-lsp.queries/find-definition will return definitions from jars other than the first one in Classpath order. **To Reproduce** Run this minimal project: https://github.com/kauwai/clojure-example Its README file...
I'm running the Playground examples like https://taichi-js.com/playground/fractal and getting an error alert: "Webgpu not supported. Please ensure that you have Chrome v113+" My version of Chrome is newer than that:...