Zapta
Zapta
Thanks @rfuest, oss-cad-suite indeed uses v3.4.0 but it's good if fixes do move in the pipeline toward the end users.
Thanks @chinaheyu. 1. How do I patch it for testing with my app? 2. Why are the reasons that PR was not accepted? Any change of getting it in in...
Hi @chinaheyu, I test it and it seems to work well, except that it duplicate the description. The descriptions should be `Pro 2000` and `Alhambra II v1.0A` respectively. ``` $...
You are right, I used `.description` instead of `.product`. I just tested it and it's all good. Also, please take a look at this issue https://github.com/pyserial/pyserial/issues/799
Encountered the same problem on Windows 10. Piping kills the colors, even with ``force_terminal=True``. Works as expected on Mac OSX and Linux.
I managed to get colors piped out by forcing``vt=True`` after this line: https://github.com/Textualize/rich/blob/43d3b04725ab9731727fb1126e35980c62f32377/rich/_windows.py#L53 Looking at the code, it seems that the ``force_terminal`` signal in the Console initialization doesn't reach down...
This is the workaround that we implemented for the meantime. The parent process passes to the child process its ``vt`` and ``truecolor`` values and the child process replicated them. In...
@Obijuan, is this still applicable? If so, how does this requests translates to apio features?
@Obijuan, @cavearr, can we close this issue?
@Obijuan, 1. Where are the assembler/linker tools of the AGC? 2. How the content of rom.list will loaded into the AGC core (when running on an actual FPGA board)? Will...