Eric Narro
Eric Narro
Hi, I have an error when I do the demo example. I think it comes from the deprecation of the b parameter in matplotlib. For reference: https://github.com/matplotlib/matplotlib/issues/25267 Thank you! |------------|...
### Description When you create a Taipy application with `taipy create`, you have the option: `[5/6] Does the application use scenario management or version management? (No) ` When you create...
### Description Hi, When I use selectors, there isn't a combination that lets me have a multiple-value selector that is also a drop-down. ### Solution Proposed Something like drop-down and...
### What went wrong? ๐ค I'm trying out the scenario_selector visual element. I'm working with Taipy develop, I pulled and installed it in a new env yesterday. The editing button...
### What went wrong? ๐ค I just installed Taipy 4.0. When I use the scenario_selector and I create a new Scenario, I get this on the terminal: ``` C:\Users\PC\anaconda3\envs\taipy\Lib\site-packages\taipy\gui\gui.py:821: TaipyGuiWarning:...
### ๐ What went wrong? When using the `chat` visual element, I can trigger a callback, it's the `on_action` parameter. According to the [documentation](https://docs.taipy.io/en/latest/refmans/gui/viselements/generic/chat/), the callback's signature has a `var_name`...
### ๐ What went wrong? Hi! I'm testing the `chat` visual element, I wanted to add icons to sender and receiver. When I declare users as strings, it all works...
### ๐ Description Hi! This request probably involves two distinct developments, but from a user's perspective, here are some improvements I'd add to the chat's output: ## 1- Improve code...
### ๐ Feature Description Hi! When I create a chat element with; ```python tgb.chat("{messages}", users="{users}", sender_id="{users[0]}", on_action=chat) ``` It creates a chat interface. But the input field doesn't accept newlines,...
### ๐ What went wrong? I have a problem with the `state` behavior, there seems to be a coordination problem between the front and the back end. It's difficult to...