didibus
didibus
I've seen this as well. Can't really tell the cause.
A way to know how long we allow the benchmark to run at most would be useful. Sometimes I start a benchmark on a function that takes 1 or 2...
It should also include `:macro` meta for when you want to do this for a macro.
@yuhan0 I'm not sure if it matters here though, since you have one var copying another, it would never call itself no?
Ah, that makes sense. You can't tell if that's a task the user will run or not, so you can't fail the lint, because if they are not going to...
I guess the folder where compilation happens mostly is the one that needs to be cleaned. But maybe it could take an option of a list of folders to clean,...
Awesome! I can wait no worries. I've got a rudimentary workaround now with a string/replace I run as a post-process step. But I'll be happy to switch to the first...
Thanks for the comment! I've been using hx-vals with `js:` and querySelector as a workaround, but it requires letting HX eval code, which some environments lock down. The extension is...
Thanks for the link to an example! I'm kind of using a contrived example here, but also you might be right. I come from backend development, and desktop GUI development....
> In my ideal world, Clojure dependencies (from Clojars, Maven Central, etc.) and Basilisp/Python dependencies (from PyPI) would be declared in basilisp.edn (https://github.com/basilisp-lang/basilisp/issues/755) and we would include them with some...