Peter Strömberg
Peter Strömberg
Hi! Do you have the clj-kondo extension installed? If so, that could be the problem.
I suspect this is a clj-kondo issue. If so it is even more people affected. I could reproduce it in Calva with your description. Let's try repro it with clj-kondo...
I am assuming `foo` is some kind of API function? You could consider marking `foo` as exported, like so: ```clojure (defn ^:export foo [] 42) ``` That tells clj-kondo (and...
It's hard to tell what goes on with things like VIM delete word. As I am not a VIM extension user this gets even more opaque. You are welcome to...
This issue helped me realize how I could use custom rules to fix my list indentations. But it also looks like there was hope that a PR would solve it...
Hi! Thanks for reporting. I can reproduce it. What trips Calva up is the indentation before the list. We can make the `foo` function in the repro misbehave the same...
Hello! Super fun that you are experimenting with this. Less fun that it doesn't work, but let's make it work! I'm thinking one source of problems could be the code...
With the new runner we only measure the time it takes to run the benchmarked function. So start times and boot strap times and any such time is not included....
This worked for me too for running locally using nektos/act. ~However on Github I get errors about exceeding non-authorized quotas. Also when trying with `no-auth: 'false'`. Removing `no-auth` completely makes...
> These are unauthorized requests, and you will run into quotas if you don't cache the results. You mean it isn't related to using the `no-auth` directive?