Marcus Müller
Marcus Müller
Testing audio sink/source might be hard, because we've not defined a contract that says "needs to be constructable, can fail in start()" or something. But: we do need to test...
## Description The joined argument string is only useful for logging; some terminal emulators seem to accept it (which probably means they pass their one argument to a shell), others...
## Description This was noticed because of what is probably a stdlib bug that warns about the result of `[[nodiscard]] std::unique` being discarded. (`std::unique` has no business being `nodiscard`, imho.)...
### What happened? Tried to open a GRC flowgraph directly with QT GRC; it doesn't do that, doesn't throw an error. The same file works when opened via menu. Doesn't...
### What happened? Tried running by favourite terminal emulator instead of xterm from GRC-Qt. It seems the argument is a single string, but that's wrong: arguments to xterm *should* be...
### What happened? People see this ([source of the image](https://github.com/gnuradio/gnuradio/issues/7265), but also several other issues by other people), because they use a font that doesn't contain "🗗". Solution might be...
### What happened? [We have a problem with getting events into QThreads](https://github.com/gnuradio/gnuradio/issues/6766#issuecomment-1732416550); essentially, it seems that we can't just exchange data from non-QThread threads into QThreads. What does happen when...
### What happened? When you use e.g. `qtgui` as ID for your flowgraph, things go south. You can generate code then, but it's usually impossible to run – because your...
### What happened? #7067 fixes Python, but C++ doesn't work so far ### System Information main v3.11.0.0git-632-g148a1091 (Python 3.11.6) ### GNU Radio Version 3.11-git (main) ### Specific Version v3.11.0.0git-632-g148a1091 (Python...
Feels like a very common problem: How do I make my block be both tag- as well as message aware? PMTf might just be what's missing. So it felt like...