Alexandre Sajus
Alexandre Sajus
### Description When a new message appears in the chat control, the chat control should scroll to the last message. This assumes that #1586 is fixed. Use https://demo-llm-chat.taipy.cloud/ as reference:...
### Issue Description Create a new "LLM" section in tutorials:  with description: "Create an interface for your LLMs" That regroups the LLM and RAG tutorials currently in "Fundamentals" ...
### Issue Description Currently, the "Visuals" section has the tutorials "Long Running Callbacks" "Real-Time Data Visualization with Multithreading" and "Managing Multiple Users". The "Fundamentals" section has the tutorials "LLM Chatbot"...
### Description The scenario dag tasks could have outline colors to indicate in which state they are in when the scenario is submitted: - yellow means "pending" - orange means...
### Description For short messages, the message box looks good. For long messages, the message box is square and collides with the user icon:  Is this intended? ### Acceptance...
### Description A user on Discord requested this. The user's theme (light or dark mode) should be a callable variable within the code. This way, the dev could have different...
### Description Check out this app where I generate selectors dynamically:  ```python from taipy.gui import Gui import taipy.gui.builder as tgb questions = ["Are you alive ?", "aRe yOU sUre...
### What went wrong? π€ The decimator does work fine with the [documented code sample](https://docs.taipy.io/en/latest/tutorials/large_data/3_decimator/#lttb-algorithm):  ```python import yfinance as yf from taipy.gui import Gui import taipy.gui.builder as tgb from...
### Issue Description If you search `taipy table` on Google, the first result is a page from our docs but not the latest version: https://docs.taipy.io/en/release-3.0/knowledge_base/tips/using_tables/ We need to find a...
### Issue Description Most of the support requests we get from Enterprise customers are about styling. They either don't know or don't want to learn how to style in Taipy....