Marcus Müller

Results 137 issues of Marcus Müller

### What happened? got feedback (and agreement) that with orange being "deprecated" and with red being "erroring", yellow is not a good choice for "bypassed". I'm thinking more of a...

GRC
UX
GRC-Qt/GTK Feature Parity

### What happened? In GRC-gtk 3.10.9.2, when using an embedded python block, you can have `__init__` parameters that define output vector lengths. That works beautifully for default values, but it...

### What happened? A problem of a user yesterday reminded me of our tcp source still being bad (Details: https://github.com/gnuradio/gnuradio/issues/1540). When we decommissioned the blks2 hierarchy (which where Python-constructed blocks...

Bug
QA
network
C++ Generation

found this while working on packaging: ctest fails in a container, and pretty drastically so: > offset 3 in1: 0.85403 + 0.188718j in2: -0.00175621 + 0.0954956j tolerance was: 0.001 |in2|...

[RFC 2119](https://github.com/user-attachments/assets/9c540091-b2a5-4e9d-ad0b-435de83fdc0c) applies. - [ ] file format SHOULD document what version of VOLK and compiler information for each benchmark entry - [ ] file format MUST include version number...

~/.volk is bad on Linux; we should be going for .config/volk for configuration; compare https://github.com/gnuradio/gnuradio/pull/7136

… due to building length N+1 strings (i.e. `"ABCD"`, that's 5 bytes, due to the null terminator), and using them as length N chararrays (i.e., `char tooshort[4] = "ABCD";`). I...