Dan Aloni

Results 24 issues of Dan Aloni

This is because QTextStream is not thread safe, as witnessed by this ASAN catch: ``` | #0 0x7ffff78fb648 in realloc.part.0 (/lib64/libasan.so.8+0xfb648) (BuildId: 62576d6cef8744b024a915995656ecd4afeb4351) | #1 0x7ffff44fa2c7 in QArrayData::reallocateUnaligned(QArrayData*, void*, long...

``` use tmq::{Context, publish::publish}; fn main() -> anyhow::Result { let url = "tcp://127.0.0.1"; let context = Context::new(); let _pub_socket = publish(&context).bind(url)?; Ok(()) } ``` Try under docker with: ``` docker...

The height of the window is auto-adjusted to fit `num_results`, making `num_results` more useful. This somewhat addresses #128. Consider this a draft implementation - currently works for pango and not...