Mihail Ivanchev

Results 63 issues of Mihail Ivanchev

Hey, today I had the following issue while building up my tabline: ![Image](https://raw.githubusercontent.com/MIvanchev/images/7ef2476b7da97c55a8f42aae9b83e7fcfe9ac302/image.png) The glyphs I use are U+E0BA and U+E0B8. You see the glyph of E0BA renders with anti-aliasing...

waiting

Executing the block ``` wchar_t str[] = { 0x0105, L'\0' }; cr_log_error("This output is going to crash %ls", str); ``` produces the following error on Windows 7 x64 `[ERR ]...

Bug
Minor
Runtime

Thread.get_linear_address is currently (almost) guaranteed to cause an exception due to an address too large. The reason is that the limit calculation **must** take into account the granularity of the...

bug

Hey, thanks for writing this great project! I tried using 0.5.20 with Rainbow Six Rogue Spear on latest Wine without success. Basically 2D graphics are rendered (but with issues) and...

Whenever I store the name of a device in a buffer not belonging to videoInput, getDeviceIDFromName returns -1 (device not found). The reason is the comparison of pointers instead of...

Is it possible to run snowman on a predisassembled file (containing x86/64 assembly) to decompile everything between 2 instructions? From what I gathered by looking at the source currently not,...

I was just experimenting and realized there is no auto-completion so maybe it could be added. Fish completions are easily generated from the help.

enhancement
help wanted

Hey, I was building the package for Void Linux and noticed currently Wings expects the code to be located in a directory called `wings`. This is visible for instance here...