Gustavo Saiani

Results 25 comments of Gustavo Saiani

@dpsutton, frontend is now able to duplicate a dashboard deep and shallow. Onwards to details. Today we pass "collection_id" to the `copy` endpoint, and using it the dashboard goes to...

> (or maybe I didn't quite understand the difference between "collection_id" and "destination-collection") Also, I wondered as I typed the above: shall we continue snake_casing these attribute names?

@dpsutton, if we want to make FE code super simple in telling the BE if the copy is shallow or deep, we could rename the "copy-style" attribute to something like...

Anton's comment: This might get tricky. When entering/leaving the model editor, the query gets refreshed for a reason. This happens because for Metabase a query you see on /model/1 and...

More notes on this from Anton: /model/:id route is similar to what you get when you open a table in the query builder. You start with a blank question only...

+1 to !== in js

@tonsky Thanks for pointing it out. I don’t know. It may just be Atom. I'm using 1.2, which does render a lot of glyphs perfectly. I reinstalled FiraCode .6 but...

Thanks @johnmuhl. Got it to work. Installed `language-javascript-jsx` and `file-types` packages. This last one allowed me to set a grammar(?) package to all files of a certain extension, etc. Then...