Alexandre Sajus

Results 56 comments of Alexandre Sajus

For example: this is slow ```python import pandas as pd from taipy.gui import Gui value = 10 data = pd.DataFrame() # Create 1O columns with 100 rows of bools for...

![image](https://github.com/Avaiga/taipy/assets/62465003/2ab2e40e-6e4c-4ed7-90ad-1614155d12c0) Another user reported that this is difficult to work with since he does not get auto-completion due to this issue

Ah yes my bad, the code is this repo: https://github.com/Avaiga/demo-yearly-prediction

I tried on a smaller reproduction example and the issue was fixed. The issue seems to come from the build_dn_partial that existed in our template but the template has been...

> @AlexandreSajus can you share some simple code showing the issue ? Creating a simple code for this is hard since you need a scenario with cycles involved and scenario...

NICE FIND, indeed I probably copied something from somewhere else without thinking

> @AlexandreSajus Thinking is the key then... 🤣 I try not to do that as much as possible, just takes too much energy

The user on Discord (gmarabout) has found somewhat of a fix for this issue if you want to take a look: Hi @[TPY] Alex 👋 I actually came up with...

> @AlexandreSajus did you try [text|mode=markdown](https://docs.taipy.io/en/develop/manuals/gui/viselements/text/#p-mode) ? Does not work (taipy==3.1.0.dev0) ![image](https://github.com/Avaiga/taipy/assets/62465003/8ad47282-41aa-420c-a119-93aaabdd6a72) Returns ![image](https://github.com/Avaiga/taipy/assets/62465003/dc202c7b-7239-4250-a587-b2b143a8738d)