dash-extensions
dash-extensions copied to clipboard
The dash-extensions package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.4. Release notes Sourced from werkzeug's releases. 3.1.4 This is the Werkzeug 3.1.4 fix release, which fixes bugs but does not otherwise change behavior and...
Hi guys. First of all, thank you for the amazing addition to dash. I was wondering if it would be possible to add a `StopPropagation` prop for the `Keyboard` component....
Hello, When sending consecutive websocket messages from server quickly, I have noticed client websocket callbacks not firing. How do I ensure there are no packet loss sent from server? I...
The above issue caused me a difficult-to-fix permissions error on my server, and i had to result to monkey patching to fix it. Would be easier if one could somehow...
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.6.0 to 11.10.0. Release notes Sourced from mermaid's releases. [email protected] Minor Changes #6744 daf8d8d Thanks @SpecularAura! - feat: Added support for per link curve styling in flowchart...
Hello Dash Extensions Developers, I've been enjoying using the DashBlueprints feature from dash-extensions, which is, as I understand, inspired by Flask's Blueprints. It's been very beneficial in structuring my Dash...
Hi guys First of all love the product and it works great! This is probably a low priority for the team but is type hints or a stubs library something...
Add necessary type hints to make mypy happy
Pydantic's `TypeAdapter` has `dump_python`/`dump_json` (to serialize) and `validate_python`/`validate_json` to validate the annotations. At the moment the `BaseModelTransform`/`SerializationTransform` only supports annotating `BaseModel` or `list[BaseModel]`. If we switch these to use TypeAdapter...
Hi. I was trying to upgrade some of my apps to use Dash 3. However. dash extensions does not seem to be compatible with this version. Callbacks I define using...