Zaky Hermawan

Results 11 comments of Zaky Hermawan

Documentation for blocks in Qt version of grc: ![image](https://github.com/gnuradio/gnuradio/assets/44158147/20160786-8d4c-47da-839a-b660127be81d) ![image](https://github.com/gnuradio/gnuradio/assets/44158147/93455dd3-119a-4afa-92e0-e4743431d3e4) ![image](https://github.com/gnuradio/gnuradio/assets/44158147/149c1fed-2ec2-4087-a60a-865043146111)

@willcode would you please give an example on how to reproduce the bug ? I can open properties of disabled max block ![image](https://github.com/gnuradio/gnuradio/assets/44158147/fa0ca4be-89cf-488c-8e72-4b6d2dacaa49) 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 ![image](https://github.com/gnuradio/gnuradio/assets/44158147/94c2ee0b-0031-4a4b-8b8a-d74d80fe32ff) As you can see, from the beginning, there is...

@willcode here's the screenshot of the UI testing with qt gui: ![image](https://github.com/gnuradio/gnuradio/assets/44158147/82ce1553-b3a0-4b0e-922d-6ceb4d0d539e) ![image](https://github.com/gnuradio/gnuradio/assets/44158147/660d3768-2852-4071-9d60-2299a837821e) with gtk: ![image](https://github.com/gnuradio/gnuradio/assets/44158147/2d44d631-2234-4a45-9631-5912525c7373) ![image](https://github.com/gnuradio/gnuradio/assets/44158147/5632f10d-6037-4a44-ab84-648421453c15)

![image](https://github.com/user-attachments/assets/fe9be7a3-b588-49a8-9a9e-94c17950e69e) 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