michaelbabyn

Results 13 issues of 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...

bug
P3

it looks like things go out of alignment after the first merged column ![Screenshot from 2020-01-16 16-22-28](https://user-images.githubusercontent.com/41019918/72563922-ad21e000-387c-11ea-91c6-d378733e51fa.png) ```python import dash from dash.dependencies import Input, Output, State import dash_table import dash_html_components...

dash-type-bug
size: 2
dash-stage-estimate_needed

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. ![mobile buttons](https://user-images.githubusercontent.com/41019918/58272462-91e9e980-7d5c-11e9-9672-c9b03ab00c89.png)

design

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...

feature
P1

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...

bug
sev-2
P3