Marcus Müller
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...
## 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...
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...
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.
### What happened? GRC shows up in bright colors at first start, though the dark theme is selected by default  Changes to dark them after switching to light, restarting...
### 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...
### 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 :(...
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...
### 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...
### 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...