Alexandre Sajus

Results 51 issues of Alexandre Sajus

## The decimator should work with multiple traces in a line chart ## Without decimator: ![image](https://github.com/Avaiga/taipy/assets/62465003/276623e1-79c9-4f7a-9045-5e3aa061b441) ## With decimator: ```bash [2024-03-28 15:10:31][Taipy][INFO] * Server starting on http://127.0.0.1:5000 C:\Users\asaju\Desktop\report_issues\venv\Lib\site-packages\taipy\gui\gui.py:635: TaipyGuiWarning: A...

πŸ–° GUI
πŸ’₯Malfunction
πŸ†˜ Help wanted
🟧 Priority: High
hacktoberfest
hacktoberfest - 200πŸ’ŽπŸ’Ž

This issue often happens when a user is using Python 3.12. Currently, JARVIS only supports Python 3.8 to 3.11 because I am using an old version of Taipy. You can...

enhancement

### What went wrong? πŸ€” When using a linter to check the documentation of a Taipy tgb object such as tgb.text, the description does not render properly: for example it...

πŸ–° GUI
πŸ’₯Malfunction
🟨 Priority: Medium

### What went wrong? πŸ€” Check out this application: https://github.com/Avaiga/demo-workforce-plan ![results](https://github.com/user-attachments/assets/c056eca8-49e8-43d3-b613-d3cb3796e986) It works fine when running locally When deployed on Taipy Cloud: https://workforce-optim.taipy.cloud/ When I try to submit a new...

Core
πŸ–° GUI
πŸ’₯Malfunction
🟧 Priority: High

### Issue Description The proper syntax to make the "Demand" column of a table editable in tgb is: ```python tgb.table("{demand_table}", on_edit=edit_demand, editable__Demand=True) ``` But this syntax is not documented in...

πŸ“„ Documentation
πŸ–° GUI
🟨 Priority: Medium

### What went wrong? πŸ€” I have a Taipy application. I have created a new scenario and want to edit the "demand" data node. In the data node viewer, when...

Core
πŸ–° GUI
πŸ’₯Malfunction
🟧 Priority: High

### Issue Description We got a support ticket about documentation. Someone looked on Google for Taipy table doc and stumbled onto this page and complained that there was no information...

πŸ“„ Documentation
🟨 Priority: Medium
πŸ’¬ Discussion

### Description The chat control of #1092 is really cool! It would be a good addition to support images in the messages of the chat. This would be especially useful...

πŸ“ˆ Improvement
πŸ–° GUI
πŸ†˜ Help wanted
🟨 Priority: Medium
hacktoberfest
hacktoberfest - 300πŸ’ŽπŸ’ŽπŸ’Ž
βš”οΈ Quest

### Description Setting height when using the chat control should limit the chat window's height regardless of the messages' size. Currently, it overflows: ![image](https://github.com/user-attachments/assets/283b5f3d-d228-449c-beb4-698c5382a1cb) The chat window should have a...

πŸ“ˆ Improvement
good first issue
🟨 Priority: Medium
GUI: Front-End