Đỗ Trường Giang

Results 70 comments of Đỗ Trường Giang

Absolutely. I will assign the issue to you @ranjanmangla1. If you have any question on the topic, feel free to ask here.

Oh, you're right. Let me update the description. Other than that, there hasn't been any other change that affect this issue.

The current sub-package design: https://docs.google.com/drawings/d/104EvVKGHdA7MBDwTDMAZNE23jUPqBNc9sITpKusFK2I/ ![image](https://github.com/Avaiga/taipy/assets/88036007/dfbc304e-88d5-491b-b837-277f0eaa09ef) The proposal design (discussion required): https://docs.google.com/drawings/d/17PWDRNRYJa1DxKzY8csKiGbLCTG3iyBR80yLNJZfJv8/ ![image](https://github.com/Avaiga/taipy/assets/88036007/9a5a9274-03e2-4f74-a8df-29e90623a794) We can continue the discussion in the comment in the new proposal.

Hello @Luke-0162, thank you for joining our project. I assigned the issue to you. Please let me know if you need more information about the issue.

In https://github.com/Avaiga/taipy/blob/develop/taipy/core/taipy.py, you can find the `get_scenarios()` and `get_primary_scenarios()` functions. These 2 functions return a list of scenarios. You should add 2 new parameters to this 2 functions, first is...

1. You should not install your version of Taipy using `pip install -e`. You can either create a separate environment for running the test and install Taipy from your edited...

You can try to ignore the mypy error by adding the option `-n` to the commit command. Something like ``` git commit -m "message" -n ```

We can see your PR now. Let's start working from there

Thank you @ooooo-create, I will assign this issue for you. And FYI, we are currently in the release process, so it will take some time before we can review and...