Jan
Jan
follow up to #14 after I had been urged to look into this more the real problem was caused by prplnt, the integer used to define the size of the...
This is another PR to address #352 but instead of changing the behavior of the `-j` flag the logic to find game data has been changed to continue searching even...
gamepads can't be used in menus at all
Currently all the wraps we used support MSVC out of the box and we only need to make changes to our codebase to support it. At the moment it errors...
At the moment Lite-XL lacks the ability to have views that float independently of other content. Some things like in what order things are rendered before it can be properly...
Checks is the branch used for the repo exists using `git show-ref --quiet --verify` before trying to update closes #3397
Startup is a bit long but this is a problem with Lite-XL, not the port itself.
Differences in path stem causes pkgconf to ignore the sysroot completely. Meson in particular, others build system might do this too, messes with PKG_CONFIG_LIBDIR causing the stem to differ and...
Right now Pillow doesnt have a dedicated Python 3.6 wheel so it would be handy to change the message to say that the current version of python cannot install pillow.
late followup to #55 closes #43 - Windows specific logic has been gated behind an if case - APPDATA has been globalized in many cases to reduce calls to os.getenv...