Florian Jacta
Florian Jacta
You have been assigner to another issue already @KunjShah95
```python import logging import time import datetime as dt import pandas as pd import plotly.express as px import taipy as tp from taipy import Config, DataNode, Scenario from taipy.gui import...
@enarroied We have created a dev release to test a simplification. Would you try it out and tell us what you think? This is the 4.1.0.dev2
```python import datetime as dt from typing import Any import pandas as pd import plotly.express as px import taipy as tp from taipy import Config, DataNode, Scenario, Scope, Sequence, Submission,...
I totally agree with you on the signature of the callbacks and documentation. That was one of my remarks. Do you have any ideas for improvements that would feel easier...
> But, in EventConsumer, if "broadcast=False," Then we trigger a callback for all states. We don't really broadcast to every state. When broadcast is False, only a function is called...
I am not sure this is even possible. You would want Taipy to call only one function, right? And you want broadcast_states to represent every state? What would be the...
@enarroied can you check Fabien's remarks on the description of this issue and tell us what you think? He has some ideas
@enarroied So, you prefer Fabien's proposal? --- ### Fabien’s proposal In this approach, the function signature remains the same regardless of `broadcast=True` or `False`. You always receive a single `event`...
And @enarroied what about having the same *state* and *gui* in the signature as it is now but to define when it is to broadcast a but differently. So not...