-
Hi, I think I found a memory leak bug:
I have a program that makes 2 holding register writes:
first call writes a value
second call writes 2 values (problem happens even with more number of value…
-
Firstly, I want to say I’ve really enjoyed using this library, so I decided to explore its performance under load.
To do this, I ran a benchmark comparing a few straightforward optimization strateg…
-
### Have you RTFM'd?
- [X] ~~I have done proper research~~
### Feature Request
Hi there!
A contributor and I've recently added TS Highlighting to the results buffer in my `telescope-egrepi…
-
What if I can supply a `Vec` and won't have to expand the buffer and retry the request again?
Example code in question:
https://github.com/stevefan1999-personal/rust-igd/blob/e52d615a395e25b9134ce…
-
### LVGL version
v9.2.0
### What happened?
After setting color depth to 16 and display color format to LV_COLOR_FORMAT_RGB565A8, the alpha array is not being generated.
Alpha is generated fine wit…
-
Hello,
Firstly, thank you very much for your work on this project!
I have a few questions regarding a recent commit: chore: remove aes cbc for framecryptor. (#145). I noticed that this commit re…
-
**Version**
1.41.1
**Platform**
64-bit (Windows)
**Description**
I was using `NamedPipeClient`'s `try_write_vectored` [exactly as detailed in the documentation](https://docs.rs/tokio/latest/t…
-
It's very common to serialize an obj as SBE, when obj having a field of String type (or similar) while SBE defining it as fixed length primitive array.
When encoding a field of fixed length primiti…
-
I successfully created a SMPP client with your code.
But I get a couple of '-Wmismatched-new-delete' warnings which I think are too serious to ignore.
Steps taken:
I removed the FMT library form …
-
HI,
I tried to modify your cpp file for LVGL 9.2.2 but no success, Always Kernel Guru Panic ;(
did you ever tied to check support for lvgl 9?
```cpp
void TRGBSuppport::init() {
Serial.begin(…