Ashar
Ashar
Try out vim mode by building from PR #1270 Do report any bugs, ideas or improvements.
I will redeploy my app to run with debug symbols and at debug log level and I will update the logs here once I have them.
I will run a release build itself but with debug symbols.
I ran again and captured the flamegraph with same results as above. I finally decided to use another library named `scylla` which does not have this problem. Is there any...
I ran with `RUST_LOG=debug` but it cdrs_tokio did not logged anything. Did i missed something? I use rust nightly and tokio-tracing.
> Are you using the latest version? Yes, (I usually perform `cargo update` once a week) > Do you have any tracing subscriber, which outputs the logs, e.g. https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/index.html? Yes,...
> You are using version 8.1, not 8.0 which was yanked. Now that I check, I was using `cdrs-tokio = { version = "7.0.4", features = ["derive"] }`, Let me...
Hope to see your contribution soon!
Do we use `QTextEdit` or `QPlainTextEdit` in master and in stable? I [read](https://stackoverflow.com/questions/67455915/always-scroll-a-full-line-in-qtextedit) that `QTextEdit` scrolls per pixel whereas later scrolls per lines.
There are pros and cons to always using latest Qt Version. Pros are: - It has many new API's that we use (like QProcess::splitArgument). Otherwise we have to do it...