Jean-Robin
Jean-Robin
@FabienLelaquais any objection?
Thank you all for proposing your help. @THEBOSS0369 You were the first one to propose, so let me assign it to you. @Abhi0049k @SaiNivedh26 @SGCODEX Thank you for your proposal....
@pravintargaryen Our core maintainer team has not reviewed this issue. We will let you know as soon as possible if we want to implement it. Thank you for your understanding.
https://github.com/Avaiga/taipy/releases/tag/4.1.0.dev2 Examples: ```python from taipy.event import Event, EventConsumer, EventOperation def on_entity_creation(event: Event): print(f" {event.entity_type} entity created at {event.creation_date}") def on_scenario(event: Event): print(f"Scenario '{event.entity_id}' processed for a '{event.operation}' operation.") if __name__...
Oh, right. I forgot to update the `__init__py`. Everything related to events (Event, EventConsumer, EventOperation, and others) should be exposed under `taipy.event`: ```python from taipy.event import Event, EventConsumer, EventOperation ```...
@enarroied We tested it and it should work fine now. @FlorianJacta did some more realistic tests as well. Enjoy
You pointed out the reason why I have difficulties to find a good API. With this feature, we are trying to hide the intrinsic difference between the GUI and Core...
@xyfer17 The Taipy maintainers' team has not reviewed or qualified this issue yet. Please give us a few hours, so we can validate we want it in Taipy. We may...
@hustler0109, Thank you for your help. You can propose your PR to solve the issue. You can also collaborate with the other assignees having a look at their PRs and...
The technical proposal may not be applicable.