Kriper1111

Results 3 issues of Kriper1111

Happens only if the character provided as a *string*, not a character code. English is hard, see below. ```py import curses def main(stdscr): stdscr.hline(0, 0, "▓", 5); # would result...

bug

As it turns out, symbols exported by a DLL don't _necessary_ have to have text symbols - but they do have a number, the symbol ordinal, which is a valid...

In the xmake config script, there is a platform check performed when the build system is MinGW. https://github.com/NeighTools/UnityDoorstop/blob/5607be4656a6fee6a811179343b9094e1b6d5639/xmake.lua#L49-L57 When running on my Windows machine under MinGW, neither branch is being...