michaelbabyn
michaelbabyn
# App name dash-mapd-demo # Description of antipattern Currently a new db connection is being made in every callback, and sometimes multiple times per callback. We should implement a connection...
it looks like things go out of alignment after the first merged column  ```python import dash from dash.dependencies import Input, Output, State import dash_table import dash_html_components...
The sign up /sign in/ request demo buttons are supposed to be collapsed into this menu button on mobile but clicking on it doesn't display the menu. 
This would include the config options and what they do as well as what the default files look like and how to reset to the defaults.
Old examples that have been deleted from source-design-merge will still appear on gh-pages after running `rake deploy`. We copy the newly generated jekyll site to the root directory of gh-pages...
I wonder if it makes sense to add persistence to `html.Button` since `n_clicks` is often used as an input to callbacks. cc @plotly/dash-core , @sudburyrob
If I input a json that uses ` ` in title text using the below command, the `&` doesn't appear in annotations in .emf files (all other image types seem to...
**Is your feature request related to a problem? Please describe.** Currently new background callbacks cancel older ones updating the same output(s) but it would be great if this behaviour was...
In a dash app with a 50 000 point scatter chart in tab 1 and another in tab 2, switching back and forth between those tabs increases the memory footprint...