Đỗ Trường Giang

Results 21 issues of Đỗ 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 ạ. ![ảnh](https://user-images.githubusercontent.com/37588363/150664415-2bfdcf57-5836-4c2b-8c78-12f245e43bfa.png)

**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...

✨New feature
🔒 Staff only
Core: Versioning
Core: ⚙️ Configuration
Core: 🎬 Scenario & Cycle

**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....

bug

### 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...

bug 🦗
P2
External

Resolves #869

Core
🟨 Priority: Medium
❌ Blocked
Core: Job & Orchestrator

❌ Blocked
Core: Job & Orchestrator

- 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

🧪Testing
💥Malfunction
🆘 Help wanted
🟧 Priority: High
Core: Repository

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...

📈 Improvement
🟩 Priority: Low
🔒 Staff only
Core: Job & Orchestrator

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...

📈 Improvement
📄 Documentation
🟩 Priority: Low
📝Release Notes
Core: ⚙️ Configuration
Core: Job & Orchestrator

**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,...

Core
📈 Improvement
📄 Documentation
good first issue
🟩 Priority: Low
Core: Data node
🥶Waiting for contributor