Eric Narro

Results 17 issues of 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...

โœจNew feature

### 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...

๐Ÿ“ˆ Improvement
๐Ÿ†˜ Help wanted
๐ŸŸจ Priority: Medium
hacktoberfest
hacktoberfest - 100๐Ÿ’Ž
โš”๏ธ Quest

### 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...

Core
๐ŸŸฅ Priority: Critical
๐Ÿ’ฅMalfunction
๐Ÿ“Release Notes
GUI: Front-End

### 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:...

Core
๐Ÿ–ฐ GUI
๐Ÿ’ฅMalfunction
๐ŸŸจ Priority: Medium

### ๐Ÿ” 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`...

๐Ÿ–ฐ GUI
๐Ÿ’ฅMalfunction
๐ŸŸจ Priority: Medium

### ๐Ÿ” 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...

๐Ÿ–ฐ GUI
๐Ÿ’ฅMalfunction
๐ŸŸจ Priority: Medium
๐Ÿ’ฌ Discussion

### ๐Ÿ“Œ 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...

๐Ÿ“ˆ Improvement
๐Ÿ–ฐ GUI
๐Ÿ†˜ Help wanted
๐ŸŸฉ Priority: Low

### ๐Ÿ” 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,...

๐Ÿ–ฐ GUI
๐Ÿ†˜ Help wanted
๐ŸŸฉ Priority: Low
โœจNew feature

### ๐Ÿ” 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...

๐Ÿ’ฅMalfunction
๐ŸŸง Priority: High
๐Ÿ”’ Staff only
Gui: Back-End