Jean-Robin
Jean-Robin
> We keep the lock in the `orchestrator.cancel_job()`. We can only remove locks from method that interact with Queue I believe we cannot remove the lock at all because when...
Please provide more details.
Today, the `is_submitable` taipy API called with a scenario or a sequence returns a simple boolean value. We can imagine returning a reason as well.
Two missing pieces at this stage: - The submit button should be dynamic and refreshed every time the `is_submittable` function changes value. - The scenario management should provide a reason...
We will propose a design for a Reason object to be returned by `is_submittable` and a mechanism to publish appropriate events. - The reason should behave like a boolean to...
I like the simplicity of the API. The signature could be something like: ```def Config.configure_multiple_data_nodes(*config_ids, **properties)``` All the data node configs created will have the same properties. This is a...
@FlorianJacta @AlexandreSajus Any opinion or feedback could help.
After discussion, @AAstridVH is going to propose some mockup to improve the UX.
I set a blocked label cause we need to re-discuss the template concept in Taipy.
I agree it should be in the 3.1.1 if possible.