Lukas Müller

Results 6 issues of Lukas Müller

I wrapped `with PyCallGraph(output=GraphvizOutput()) ` around the `run_main()` call of tensorboard package but the generated pycallgraph only shows the internal python interpreter calls like this: ![pycallgraph](https://user-images.githubusercontent.com/27887321/93991522-b446a980-fd8c-11ea-977e-1a83ec4c5de1.png) all tough `run_main()` tensorboard.main...

ddc.Graph isn't inheriting height from parent div as it does with width. This happens even when responsive = True is set. dash versions: ``` dash 1.16.3 dash-bootstrap-components 0.10.7 dash-core-components 1.12.1...

Graph
sev-1

``` dash 2.16.1 dash_ag_grid 31.0.1 dash-bootstrap-components 1.6.0 dash-bootstrap-templates 1.1.2 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-split 0.0.4 dash-table 5.0.0 dash-testing-stub 0.0.2 ``` Expected behavior in test app: Modal should appear according to...

`dcc.Input(type="color")` is implemented and works correctly. However the components description, doc string (except for on ReadOnly section) and type checking is not up to date as it raises: ``` Invalid...

bug
P3

``` dash 2.16.1 dash_ag_grid 31.0.1 dash-bootstrap-components 1.6.0 dash-bootstrap-templates 1.1.2 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-split 0.0.4 dash-table 5.0.0 dash-testing-stub 0.0.2 ``` Expected behavior in test app: Modal should appear according to...

bug

I noticed, that in `Scattergl` points start to disappear from the graph when resizing and reaching certain thresholds in size difference. Minimal example: ``` from dash import Dash, html, dcc,...

bug
sev-2
P3