Zaky Hermawan
Zaky Hermawan
## Description Fix failed testcase on test_qtbot.py ## Related Issue ## Which blocks/areas does this affect? grc/tests/test_qtbot.py ## Testing Done Before:  After:  command: `pytest grc/tests/test_qtbot.py` ## Checklist -...
## Description - Fix issue where the documentation come from another block - Add missing documentation tab for Qt GRC ## Related Issue Fixes https://github.com/gnuradio/gnuradio/issues/7265 ## Which blocks/areas does this...
## Description Add documentation for max block ## Related Issue https://github.com/gnuradio/gnuradio/issues/7265 ## Which blocks/areas does this affect? Max block ## Testing Done gui test ## Checklist - [x] I have...
## Description it is getting harder to search for blocks in flowgraph once the flow graph getting bigger, this PR will Implement quick search for blocks in flowgraph, matched block...
## Description Newer versions of GNU Radio might introduce potential behavioral changes compared to older versions. This PR will make grc notify user if the grc file was last opened...
## Description This PR is more of a proposal on jinja2 template support for grc code generation The options block will have a new parameter to select which template engine...
## Description This is the first step of grc separation, make GRC as a submodule and change nothing We need to have a separate gnuradio/grc repo, so the grc development...
## Description Automatically run autopep8 in place, recursively each time you commit based on rules from [autoformat_python.sh](https://github.com/gnuradio/gnuradio/blob/main/tools/autoformat_python.sh), if there are some errors, your commit will get rejected (no commit) and...
## Description Modularize options block by converting it to python file Let people to define their own workflow ## How to add workflow ? 1. go to grc/workflows 2. make...