Tu Nguyen
Tu Nguyen
Hi @bjoernQ , I have created a draft PR at https://github.com/esp-rs/esp-wifi/pull/300 Could you help me review it ?
Thanks for your reply, I built my code with release. I used `femtovg` and `software` renderer and the results are below pictures:   For skia renderer, I'm having the...
I updated the features in my project to: ``` slint = { version = "1.6.0", default-features = false, features = ["backend-winit", "compat-1-2", "renderer-winit-femtovg"] } ``` But the issue is still...
I used the valgrind to do profiling my app, but I have no experiment in reading this file. Could you help me find out what the problems are ? [callgrind.out.zip](https://github.com/user-attachments/files/15981769/callgrind.out.zip)...
After looking through all data I have, It seems when we use scroll view with un-fixed value of `viewport-width` and `viewport-height`, It has to allocate and deallocate a lot of...
Thank @ogoffart, It seems my application works more stable when I use ListView, But I got a problem with scrollbar. If I use the mouse hold the scrollbar and move...
@bconn98, Thanks for your reply. Could you tell me which part do I need to rework ? I really want to do that features, because I used `log4rs` in my...
@bconn98, I have updated new commits to keep environment variable as part of the path and updated documentation for date & time format path. Please help me review those changes
@bconn98 sorry, I assumed that you accepted with my implementation using chrono pattern. Could you help me review again with my latest commits ?
I added a pattern with `$TIME{chrono_format}` for the log file name. It will be checked after `$ENV` (which is using function `expend_env_vars`). how do you think about that @bconn98 ?