Đỗ Trường Giang
Đỗ Trường Giang
Trong trang này có 1 lỗi nhỏ lệch với chú thích tiếng Anh như ảnh đính kèm ạ. 
**Description** The purpose is to have a functional comparator between versions (scenario and data comparison) so that the user can monitor the performance while developing Taipy app and choose the...
**Describe the incorrect behavior you saw** I'm using twisted with modin. However, when I tried to pickle and unpickle a modin DataFrame, `twisted` raises an error which it should not....
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version...
Resolves #869
- Fix the `test_migrate_sql_backup_and_restore()` on Windows due to PermissionError: [WinError 32] because the database is still open when restoring the old entities. - Only happens on Python 3.11
In standalone job execution mode, when get and put item into queue, we are using a lock. However, python `Queue()` is already thread safe (as mentioned in [their doc](https://docs.python.org/3/library/queue.html). Investigate...
The current default max number of worker in standalone job execution mode is 1, which doesn't really take advantage of multiprocessing. The default value should be 2, and with clearer...
**Description** For now, the `exposed_type` parameter only accept string (`"pandas", "numpy") and custom python class. This ticket proposes to expand the `exposed_type` parameter of DataNode to accept actual Python types,...