Alexandre Sajus

Results 51 issues of Alexandre Sajus

This feedback comes from a one-hour beta testing session of scenario management using this tutorial as reference: https://docs.taipy.io/en/develop/knowledge_base/tutorials/scenario_management_overview/ This issue is a discussion, it probably duplicates other issues and should...

Core
๐ŸŸฅ Priority: Critical
๐Ÿ“ˆ Improvement
GUI: Front-End

The input visual element will register the inputted text at a specific time delay (defined by the property change_delay). When this register happens, the app will have a quick lag...

๐ŸŸฅ Priority: Critical
๐Ÿ–ฐ GUI
๐Ÿ’ฅMalfunction

This feedback comes from a one-hour beta testing session of scenario management. In this tutorial: https://docs.taipy.io/en/develop/knowledge_base/tutorials/scenario_management_overview/ Copy-pasting each code snippet will generate non-functional code (the data was never loaded) which...

๐Ÿ“ˆ Improvement
๐Ÿ“„ Documentation
๐ŸŸฉ Priority: Low

Taipy must support Python 3.12. - [ ] Update the documentation - [x] Update the GitHub templates - [x] Update the GitHub actions. - [x] Run tests - [x] README...

๐ŸŸฅ Priority: Critical
๐Ÿ–ง Devops
๐Ÿ“„ Documentation
โœจNew feature
๐Ÿ”’ Staff only
dependencies

This feedback comes from a one-hour beta testing session of scenario management taipy (the library) has both a Gui and a gui object. When typing `from taipy import Gui` and...

๐Ÿ“ˆ Improvement
๐ŸŸฉ Priority: Low

A table visual element will display boolean values like this: ![image](https://github.com/Avaiga/taipy/assets/62465003/f475331e-7ea5-44e8-9657-083b5587be07) This looks great but unfortunately, when you have 100 rows and 10 columns of booleans, 1000 of these toggles...

๐Ÿ“ˆ Improvement
๐Ÿ“„ Documentation
๐Ÿ–ฐ GUI
๐Ÿ†˜ Help wanted
๐ŸŸจ Priority: Medium

Styling a table using the style property of a table visual element will style the entire dataset and not the rows displayed. When I have a dataset of 20 000...

๐Ÿ“ˆ Improvement
๐Ÿ–ฐ GUI
๐Ÿ†˜ Help wanted
๐ŸŸจ Priority: Medium

Linters (Pylint and Pycharm) do not detect the members of taipy.gui.builder and report them as warnings ![image](https://github.com/Avaiga/taipy/assets/62465003/5f3309a6-8cfb-452d-9ed6-3de697bd43ef)

๐Ÿ–ฐ GUI
๐Ÿ’ฅMalfunction
๐ŸŸจ Priority: Medium
๐Ÿ‘ฉโ€๐Ÿ’ปStudio

**Description** A user on Discord reported this. Multi-user and state-bound variables do not work properly when we modify data using `state.data["X"] = ...` **How to reproduce** Using the following code:...

๐Ÿ’ฅMalfunction
๐ŸŸจ Priority: Medium
Gui: Back-End

This code which creates a page using a method: ```python from taipy import Gui import taipy.gui.builder as tgb def create_page(): with tgb.Page() as page: tgb.html("p", "page") return page class ProjectHub(Gui):...

๐Ÿ–ฐ GUI
๐Ÿ’ฅMalfunction
๐ŸŸฉ Priority: Low
๐Ÿ”’ Staff only