Fred Lefévère-Laoide

Results 29 issues of Fred Lefévère-Laoide

resolves #691 ``` from taipy.gui import Gui, State bval = True def on_change(state: State, var: str, val: str): print(f"on_change(state, var={var}, val={val})") md = """ Demo Toggle as switch """ Gui(md).run()...

🟧 Priority: High
✨New feature
📝Release Notes
GUI: Front-End
Gui: Back-End

resolves #950

Core
🟥 Priority: Critical
💥Malfunction
📝Release Notes
GUI: Front-End

HI, It would be very helpfull to be able to have positional informations (line, column) to each element of the resulting object. I guess this would be optional. I would...

resolves #1044 ![image](https://github.com/Avaiga/taipy/assets/90181748/b9b83767-df9a-4752-87fd-6f4eab8abffb) ``` from taipy.gui import Gui, Icon msgs = [ ["1", "msg 1", "Fred"], ["2", "msg From Another unknown User", "Fredo"], ["3", "This from the sender User", "taipy"],...

🟥 Priority: Critical
🖰 GUI
✨New feature
📝Release Notes
GUI: Front-End

**Description** Refactoring of variable binding to ensure we manage what's get send to the front-end ... **Acceptance Criteria** - [ ] Ensure new code is unit tested, and check code...

📈 Improvement
🖰 GUI
🟩 Priority: Low
🔒 Staff only

### What went wrong? 🤔 Should this be called `search` or `local filter` ? Should the UX be refined ? related to #1305 ### Screenshots ![Image](https://github.com/Avaiga/taipy/assets/90181748/fc555526-c98b-4f9b-80c5-255b863e98af)

Core
📈 Improvement
🖰 GUI
🟨 Priority: Medium
🔒 Staff only
💬 Discussion

- can't update eslint as react hook plugin doesn't support 9+ - disable rule about unused expression as it would not allow a && c() - fix unused variables in...

📈 Improvement
🖧 Devops
🟧 Priority: High
GUI: Front-End

📈 Improvement
🖧 Devops
🟧 Priority: High
GUI: Front-End

Core
📈 Improvement
🖰 GUI
🟧 Priority: High
📝Release Notes

resolves #1669 resolves a few mypy/ruff "errors" in python as well ``` import taipy as tp from taipy import Config def identity(input): print(" Identity") return input Config.configure_job_executions(mode="standalone", max_nb_of_workers=2) ## Input...

Core
🖰 GUI
💥Malfunction
🟧 Priority: High