Patrick Lehmann
Patrick Lehmann
Since my update of Python 3.4 to 3.5 colorama does not recognize a Windows environment if launched from PowerShell. Running colored scripts from cmd.exe does still work. An explicit `init(convert=true)`...
Hello, it seams that MinGW64 is not recognized as a ANSI color code compatible system. Normal coloring in bash (e.g. the prompt or `ls`) is working. --- **P.S.:** The list...
**Is your feature request related to a problem? Please describe.** In #6, it was reported that `\t` get handled in HTML reports. When checking `html.py` this mentioned code seams to...
I have this code: ```html [[?do=tablelayout_printtable&range=145-2763&id=hrm%3Anew-employee%3Ainitiation-plan|Jetzt Drucken]] ``` It shows a `[Print Now]` button in the browser. The link opens a table in print mode. It's still in the browser,...
Hello, are you interested in getting your IP core integrated into a bigger IP core library like the [PoC-Library](https://github.com/VLSI-EDA/PoC)? Kind regards Patrick Lehmann
Hello, I'm using your Sphinx extension to document a gut set of Python files. My project contains 73 Python packages with hundreds of classes and even more methods. I like...
### System Details - posh-git version/path: 0.7.1 C:\Program Files\WindowsPowerShell\Modules\posh-git\0.7.1 - PowerShell version: 5.1.16299.251 - git version 2.15.1.windows.2 - OS: Microsoft Windows NT 10.0.16299.0 ### Issue Description Are there any plans...
# New Features * Use VHDL library files (ieee2008, synopsys, mentor, vital2000) for additional pyGHDL.DOM testcases. * Added `vhdlVersion` parameter to `Document` class, so VHDL-AMS can be enabled per source...
**Description** GHDL 2.0.0 was released with a broken version string. `GHDL 2.0.0 (1.0.0.r1018.g8185ed87) [Dunoon edition]` **Expected behavior** ```diff - GHDL 2.0.0 (1.0.0.r1018.g8185ed87) [Dunoon edition] + GHDL 2.0.0 [Dunoon edition] ```
Currently GHDL is compiled for Windows with MinGW and we can proof it works fine with mcode and llvm backends. Compiling GHDL with GNAT (Ada compiler from Ada Core) is...