Shylie

Results 7 issues of Shylie

- [✓] You run Visual Studio 2012, 2013, 2015 or 2017 with a valid license - [✓] You installed C++ support in Visual Studio - [✓] You queried and validated...

bug

Touch -> Break doesn't always break the block you are looking at.

On [line 119](https://github.com/cfyzium/bearlibterminal/blob/master/Samples/Omni/Source/DynamicSprites.cpp#L119) of the dynamic sprites example, the format specifier `%#p` is used. According to [en.cppreference.com](https://en.cppreference.com/w/c/io/vfprintf) (non-windows) and [microsoft documentation](https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/vsnprintf-vsnprintf-vsnprintf-l-vsnwprintf-vsnwprintf-l?view=msvc-170) (windows), there is no defined behavior when `%#p` is...

Edited the CMake files to better support a static build. I haven't tested on Linux nor MacOS. - Fixed the output extension on windows (would build as a .dll when...

As an example, ``` .consti loopParams(3, 0, 1, 0) .setb b0 true .proc main for loopParams jmpu b0, label label: .end .end ``` does not have a no-op inserted after...

I'm missing several icons when using LazyVim. All the screenshots I see in the repo don't have this problem, so I figure it's an installation issue. Here's a couple sample...