Ondřej Poláček
Ondřej Poláček
**Environment** ``` dash 2.4.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 plotly 5.8.0 ``` - OS: Arch linux - Browser: Chromium - Version 102.0.5005.61 (Official Build) Arch Linux (64-bit) **Describe the...
While computing logpdf of Multivariate normal distributions, the logpdf is of type Float64, even when the mean, covariance matrix and observation all have eltype Float32. MVE for TuringDiagMvNormal (TuringScalMvNormal and...
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.17.0 dash-core-components...
Currently, if there are two traces `a`, `b` with `hovermode="x unified"`, then a value from trace `b` can be shown in the hoverinfo even when I am hovering on a...
Thanks so much for your interest in Dash! Before posting an issue here, please check the Dash [community forum](https://community.plotly.com/c/dash) to see if the topic has already been discussed. The community...
Hi, with recent improvements to typing introduced in dash 3.0, we are looking into introducing pyright into our repo, and one of the problems we encountered is that `_Wildcard` is...
Hi, I tried to update to dash 3.0rc1, and what I noticed is that some typehints are too strict. What I found: - `id`s are typed as `typing.Optional[str]`, omitting dict...
Hello, I observed a inconsistent behavior during server setup. The problems were encountered only while running in a docker image in cluster, so debugging options were limited. Also, since it...
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 3.2.0 dash_ag_grid...