Renaud Lainé
Renaud Lainé

Adding a `control` property with the new component property for the Menu allowing to get a menu with different target than the default '...'  For discussion: I tried without...
## About Update the deck.gl version to benefit of a lot of new additions ## Description of changes Simple update of the deck.gl version ## Pre-Merge checklist - [x] The...
Environment ``` dash 2.9.2 ``` **Describe the bug** When 2 callbacks are created with a duplicate output (and `allow_duplicate=True`) and the same `Input`s (`State`s can be different), Dash gives a...
### What's new Adds a new figure factory for grouped stacked bar charts ```python import plotly.express as px import plotly.figure_factory as ff df = px.data.tips().groupby(["day", "sex", "smoker"])[["total_bill", "tip"]].sum().reset_index() fig =...
For some reason, the value of the TimeInput component is a datetime (with today's date) rather than just time time part. This makes it cumbersome to use downstream as one...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...
This DynamicPartitionMapping allows to dynamically map partitions at runtime, based on user-provided functions. ## Summary & Motivation Motivation can be found in [#13139](https://github.com/dagster-io/dagster/issues/13139) The main use case is with dynamic-partitioned...
The current public_callback decorator wasn't working well in some cases, including when using dash-extension's DashProxy. This PR leverages Dash's internal `create_callback_id` to retrieve the callback id to be marked as...