Cam Saul
Cam Saul
this behavior is pretty confusing, I think if a Metabase *developer* gets tripped up by it it's definitely going to trip up our users... It's not indicated anywhere that you're...
things are actually broken until you refresh the entire page. Even if you try to start a new saved question with just a single join against Q2 it **still** says...
For anyone looking at a way to work around this, I was able to disable these messages by setting `ConsoleUIService`'s output stream to a null output stream like this: ```clojure...
@adrienjoly unfortunately Metabase doesn't yet have support in the GUI query builder for using BSON ObjectIDs as timestamps. We have an open issue for it: https://github.com/metabase/metabase/issues/2987 Meanwhile you can still...
This could proxy to something else maybe, for example another method table or even a plain ol Clojure multimethod
Hey @darkleaf, sorry I haven't followed up on this lately. I've been pretty busy shepherding some new releases at work and haven't got a change to circle back to this....
I want to get ClojureScript support working in the near future. I'm switching from `definterface+` to `defprotocol` in #71. I'll probably make the switch from `deftype+` to plain `deftype` in...
I guess this might just have to be a plain old Clojure multimethod since it would be a low-level thing relative to the rest of Methodical. Not sure what is...
I'm not really 100% sure why I wipe her this issue and how this is really different from just writing a `:default` method. I'll have to try to remember.
http://www.lispworks.com/documentation/HyperSpec/Body/f_no_app.htm