Michael Dickens

Results 113 comments of Michael Dickens

Love the idea. I wonder if `*_work` is `const` whether buffers get updated correctly, whether the current R/W pointers or tags. Especially tags ... can I add a tag to...

Maybe we need a `const` version of the most critical methods, which then internally de-`const`-ifies & allows calling the non-`const` method? Hacky, but it might work. I think it's worth...

> Well, the good thing is that most of these functions really don't change any state and could really well be made `const` without touching any code, as far as...

Agreed! I can think of a few GR/IT blocks that use `check_topology` in non-`const` ways. I can't think of any for `forecast`, but I wouldn't doubt it if some exist...

I'd love to see us move GRC to Qt! The resulting executable would look native on the target OS, and could be made more consistent across OSs (e.g., drag &...

I'll keep watching for a PR & will help with testing. I just don't have the work BW right now to do anything more useful!

@kgarrels Hey Kai! Long time ... hope you're doing well. I finally got a demo working for a conference in a week (whew!) & am jumping to a few macOS...

Catching up here ... by default there is no "uhd" in miniconda ... one has to go to radioconda to find the SDR projects like UHD & GNU Radio &...

UHD installs a SO in the Python directory ... for me it is `libpyuhd.cpython-312-darwin.so` ... what does `otool -L libpyuhd.cpython-312-darwin.so` (or whatever the name is) return? For me I see...

FYI the basic UHD install in miniconda was really easy ... clearly there is some work to do on the Python API for macOS still ...