8thgencore

Results 8 issues of 8thgencore

## 🚀 Feature Requests I would like to see the implementation of the functionality when the image is presented in binary form. That is, before the image is displayed, you...

Good afternoon. Have you ever had a chance to add code verification via mypy to the project?

During use, I noticed that Refresh and Access tokens do not get into the Redis database try to connect and see what data is in the redis database During authorization,...

When release version: 0.32.0 in pub.dev?

The current implementation of CSVParser processes all lines in the CSV file, including empty lines. This can lead to unnecessary entries in the parsed contents. We need to update the...

I have a template `User: {{first_name}} {{second_name :empty:clear:placeholder}}` with ```json { "first_name": "john" } ``` i have result: `User: ` but most likely it would be right `User: john`

bug

Hi @pedroSG94, First, thank you for your work on **RootEncoder**—it’s a great library for streaming! I’m exploring the **SRT protocol support** in RootEncoder and wanted to ask: 1. Does the...

* Added proxy_url as an optional parameter to the Conversation class. * Updated the _run method to utilize the proxy_url when establishing a WebSocket connection. This enhancement allows for better...