Đỗ Trường Giang
Đỗ Trường Giang
**Description** When upgrading Taipy version, the user should be able to use `taipy migrate` command to upgrade taipy entities to work with the new version as well. However, the script...
Resolves #507 In this PR: - Add a "package_desc.md" file for each taipy package and use that instead of "README.md" on "setup.py" - Remove redundant "CONTRIBUTING.md" files in subpackages -...
Resolves #1270 TODO: - [ ] Discuss the fields in the action - [x] Update CONTRIBUTING.md - [x] Add `Waiting for Contributor` label to the repositories
**Description** It is recommended by `setuptools` to add `[project]` field in the "pyproject.toml" file. `setup()` is still supported but using the "pyproject.toml" file is a better practice: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ **Acceptance Criteria**...
**What would that feature address** - Automatically unassign assignee from an issue after ... days of inactivity - Automatically mark a PR as stale after ... days of inactivity -...
Resolves https://github.com/Avaiga/taipy-doc/issues/986 Please review the example in the `README.md` since it can be important.
### Description Currently, when a job is executed, the start and finish time is logged. It can be more useful if all the timestamps for all the job status changes...
**Description** 1. The `_load_all()` and `_load_all_by()` methods of FS repository is searching for the version inside file content, while previously this only need to look at the file name. 2....
## Type of PR - 🛠 Refactor ## Description The `_check_dependency_is_installed()` function now accept the `extra_taipy_package_name` to be extendable. Also, the taipy sub-library name can be provided.