Emily KL

Results 110 comments of Emily KL

Agreed! There should be some kind of warning, even if the threshold is pretty high. Like Nathan I have also seen lots of apps which put way too much data...

It would be great to have `selectedNode`, `selectedEdge`, `mouseoverNode`, and `mouseoverEdge` props to parallel `tapNode` and `tapEdge`. Among other benefits, this would allow users to easily add a `dcc.Tooltip` to...

Hi @2Ryan09 , thanks for reporting this issue. I haven't been able to reproduce yet -- [here's a successful workflow which uses `pytest` and `dash_duo`](https://github.com/emilykl/dash-duo-gh-actions/actions/runs/8854827818/job/24318665542). Could you share a minimal...

Wow, great detective work @T4rk1n . Could you explain the issue and the fix in a bit more detail?

Aside from my comments, LGTM. ✨ In general there are a number of places where you've added separate code paths for `no_output=True` vs. `no_output=False` and I wonder whether some of...

Re: api for enabling/disabling, what feels most intuitive to me is `disabled` for consistency with `dcc.Interval` and the input components, and also it's a more transparent name -- doesn't lend...

Super excited for these!

@alexcjohnson I have tested all WebGL `dash-bio` components, as well as `dash-vtk` with the shared WebGL context, and all seem to be working fine as far as I can tell....

Took an initial look -- I think the weird behavior is likely related to the fact that we are calling `setState()` inside the `render()` method of ddk.Notification ([see here](https://github.com/plotly/dash-design-kit/blob/a93e3132e41cecf5e98cc870ee42e5eb9ea3e46f/src/lib/components/Notification.react.js#L25) --...

One solution would be to add a callback which updates the `elements` store which is part of CyLeaflet every time the Cytoscape `elements` change. This does mean the API for...