Đỗ Trường Giang

Results 70 comments of Đỗ Trường Giang

All PRs related to this issue have been merged. We can close this.

There are a few use-cases I think we need to clarify before actually implement the feature. I will only mainly on the Core side of the problem here, and error...

There is a prototype which shown that the feature is feasible in either community or enterprise version. We need to discuss about which template to add to this feature and...

Pipenv doesn't support the `python_version = ">=3.9"`, so the only way we can allow taipy to be installed in a virtual environment with python >= 3.9 is to have the...

We can store the dataset in Azure, along side its MD5. When a dataset is pulled, the code needs to check if the dataset has existed, and its MD5 matches...

Do you mean exposing new methods like: ```python scenario.exists() task.exists() ```

Yes absolutely. The `tp.exists()` API is already implemented. All we need to do is exposing the `exists()` API in the DataNode, Task, Scenario, ... classes. Please let us know if...

Hello @ioannastantzou, this issue is currently under discussion by the Taipy team as shown in the label. It was my mistake to assign an under discussion issue to you. I'm...

FYI, the issue on StackOverflow has already been answered by the author

You can try to set the environment variable before installing with npm as in https://stackoverflow.com/questions/56982005/where-do-i-set-node-options-max-old-space-size-2048