Case Nelson
Case Nelson
In web browsers when you close the current tab, the behaviour for which tab will become active is: - if one exists, choose the tab to the right of the...
Addresses #24529 dashboard_emitter.dashboard_id and emitter_action.action_id columns moved onto emitter table. Removed code that had to handle the table inheritence of DashboardEmitter/CardEmitter, allowed tests to use with-temp directly rather than with-emitter....
This allows the front end to inform users of dashboards or cards that will be affected before deleting actions. Adds an `emitter-usages` hydration that shows emitters that reference a specific...
> It’d be nice to let the user know where are the emitters though, so it’s easier to go and delete them too before. For instance a list of emitters...
Some learnings about our schema based on building out data apps: - We don't have a use case for `card_emitter` where an action would be attached to a saved question...
First off, this might be out of scope for the project, but I do think it is a powerful addition and still fits under pure, and general purpose. Second, I'm...
**Is your feature request related to a problem? Please describe.** Often things change and what used to be deeply nested is at the root, and vice versa. Manually changing code...
**Is your feature request related to a problem? Please describe.** It's fairly common to want to group two or three related vars. The dev can choose a vector `[file line...
**Is your feature request related to a problem? Please describe.** Destructuring keys after a number of `get`s have already been used can be a chore. **Describe the solution you'd like**...
I wanted to make a note of a higher level principal that I've never articulated that should be maintained as new functionality is added. [clj-refactor.el](https://github.com/clojure-emacs/clj-refactor.el#usage) describes it: > All functions...