dpsutton

Results 81 comments of dpsutton

It's possible this is triggered by the BE getting the results metadata. If that's the case the backend team can tackle this. https://github.com/metabase/metabase/blob/master/src/metabase/api/card.clj#L268

The setting is returning a java object. Luckily this gets serialized correctly to a string But the setting as an object to then serialize it to a string doesn't make...

What is the intended UX if the token is invalid or if the metabase instance has a network error? I think this would throw an error and reject user creation....

#### Invalid token shape I've got a setup payload with an invalid token shape (too few characters (less than 64)) and I get this response: ``` ❯ http post "localhost:3006/api/setup"...

some design considerations: should allow for the cljs form, you might also need the cljs startup forms (shadow/select :app , etc)

I was unable to reproduce this on my non-spacemacs distro with clojure-mode and superword-mode enabled. What makes you think its these two packages interacting?

Some comments: #### A nice ns docstring: ```clojure (ns metabase.models.recent-views "The Recent Views table is used to track the most recent views of objects such as Cards, Models, Tables, Dashboards,...

This could be a FE or a BE bug, not entirely clear. Creating a collection in the "Custom Reports" (id 3) collection ```clojure collection=> (metabase.test/with-current-user 1 (create-collection! {:name "in custom"...

@darynl there are two options when adding a private key: using a local file path or uploading a file. Can you tell me which you tried? Screenshot is from 1.52.11

ah. We don't show the local file option when your instance is hosted since you have no access to the local file system. No mystery then.