Marcus Müller

Results 473 comments of Marcus Müller

After quite a bit of rubber ducking, gdb stepping and source code reading: Passing of complex large objects works by [registering a creator function and the type](https://doc.qt.io/qt-6/custom-types.html#creating-and-destroying-custom-objects). I *suspect* one...

# The problem - **Good news**: the payload data transport isn't broken. It correctly wraps the data into a Qt Signal on the GR block side and sends it over...

Notes as I look at this - How do we know that in ` out[oo++] = d_resamp.interpolate(&in[ii], static_cast(d_mu));` (L. 83) `ii + d_resamp.ntaps()` is not OOB for `in`? -

So, there's quite a bit for me to unpack in here. 1. "The number of threads option has been broken for a long time (years).": @drmpeg I didn't know that....

@drmpeg huh! I'll really have to look into that; for this instant, I'm relieved to hear that what the title of this issue says doesn't seem to be true. My...

needs to be re-tested with my work on C++ header parsing and CLI batching, so QA branch rebased on these/main