Zaky Hermawan

Results 9 issues of 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: ![image](https://github.com/gnuradio/gnuradio/assets/44158147/68816a07-4539-465b-9dcc-9feb06c7be14) After: ![image](https://github.com/gnuradio/gnuradio/assets/44158147/8f340026-dcfc-4316-8982-85d952ec78e9) command: `pytest grc/tests/test_qtbot.py` ## Checklist -...

CI
Bug Fix
Backport-3.10
GRC-Qt

## 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...

GRC
Bug Fix
Needs Action
GRC-Qt

## 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...

Documentation
blocks
Backport-3.10

## 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...

New Feature
GRC
Backport-3.10
GRC-Qt

## 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...

GRC
GRC-Qt

## 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...

Needs Action
No Backport

## 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...

GRC