Cam Saul
Cam Saul
@ztellman bump
I think this has something to do with Riddley marking the second call to `count` as `:transformed`: ```clj (binding [*print-meta* true] (pr (riddley.walk/macroexpand-all '(= (count [1 2]) (count [3 4])))))...
We suffix variables as well as keywords in maps with `?` when they're intended to be used as boolean values at [Metabase](https://github.com/metabase/metabase). Personally I think it enhances readability. Let's say...
I have a working demo for this in #230. I pushed a working deps.edn demo to https://github.com/camsaul/cljfmt. You can try it locally with ```bash clojure -Sdeps \ '{:deps {camsaul/cljfmt {:git/url...
I'm running into this too. While not super common, I've seen symbol names with colons in them in other projects. They're fairly common in Emacs Lisp, where they're often used...
I think it might sense to leave `card_emitter` in for right now since it seems like we really will probably want to be using Models as emitters in the future....
This is related to #2059 I think
I don't think this is a bug per se because the existing behavior is working as intended. That's why we've exposed `coalesce` as an operator in the first place. I'm...
I think this is just a case of sandboxing not applying permissions that it should in this case. Probably an easy fix once we figure out what's going on here.
The same thing happens if you just have one param and try to click to run the query: 