Marcus Müller

Results 137 issues of Marcus Müller

### What happened? On the mailing list, someone asked how to update the window of the FFT block at runtime. I was about to just quickly add that callback to...

Bug
fft
medium

## Description - Introduced `gr::paths::` namespace to keep the different path getters together - new `cache()` getter, because FFTW wisdom should not clutter the home directory, but is also not...

Runtime
QA
deprecation
Bug Fix

This avoids changes when the binding-hash-hotfixer is run. Signed-off-by: Marcus Müller ## Description Although an unused hash is not a cmake-time error, it still is a bit superfluous, and it...

gr-uhd
pybind11
Backport-3.10

This feels like something is amiss. First hint: 234b0f02a954928c54485c38ef37126ba5197597 , but it *really* feels that this should be access through an accessor instead of having global extern linkage.

Low
Runtime
Cleanup

### What happened? GRC shows up in bright colors at first start, though the dark theme is selected by default ![qt-grc](https://github.com/gnuradio/gnuradio/assets/958972/bb350430-1080-49c5-8bbe-ff62b1ed990c) Changes to dark them after switching to light, restarting...

GRC-Qt

### What happened? investigating #6960, I found that with noblock, sync, hier and probably all other block types, gr_modtool breaks CMakeLists.txt ### System Information OS: Linux, source build ### GNU...

Bug
High
modtool
QA

### What happened? When adding a "Chunks To Symbols" block, and not modifying it, an empty Symbol Table entry field is accepted. This then only fails at run time :(...

Bug
Low
GRC
digital
yaml

Extracted from #6646 : > line no 67: d_damping = 2 * d_nfilters; --> d_nfilters=32, should this not be around 0.707 is probably a bug, since ``` // Set the...

Bug
digital
medium

### What happened? In #7126, I learned that modtool depends on EOL python modules from the setuptools package. That's highly problematic, since modtool in itself is packaging-relevant ### GNU Radio...

High
modtool
Python
dependencies

### What happened? Following the Python block tutorial, https://wiki.gnuradio.org/index.php?title=Creating_Your_First_Block#Changing_Parameter_Name you set the name to `additionFlag`, it gets displayed as `Additionflag`, user confusion ensues. ### System Information OS: Lin GR Installation...

Bug
GRC
Python
UX
medium