Zaky Hermawan
Zaky Hermawan
Documentation for blocks in Qt version of grc:   
@willcode would you please give an example on how to reproduce the bug ? I can open properties of disabled max block  Btw I make mistake where i didn't...
Thanks for the feedback @haakov @willcode, I have make some changes to make the notification less aggressive by just put it into console with `log.warning` can someone suggest me where...
In _update_docs_page method from class PropsDialog, im trying to print docstrings variable right after `docstrings = self._block.documentation.copy()`, here's the output  As you can see, from the beginning, there is...
@willcode here's the screenshot of the UI testing with qt gui:   with gtk:  
 I passed the test on my local, the error on CI is coming from No module named gnuradio.grc on grc_test: ``` from gnuradio.grc.core.blocks._flags import Flags E ModuleNotFoundError: No module...
@mbr0wn Thanks for trying out this PR and providing feedback. I stopped working on this pull request because the code was moved to this [repository](https://github.com/ZakyHermawan/grc/tree/gsoc). Nonetheless, I will resume work...
For E list problem, I'm thinking about removing (or deprecating) python autoformatter in tools directory, since it's more convenient of using pre-commit, and you can also do formatting for specific...
@skoslowski @haakov @willcode
Just fix the CI issues, I will update this PR (change submodule url) once my PR [here](https://github.com/gnuradio/gnuradio-companion/pull/1) is merged