Maxwell175
Maxwell175
Thank your for contributing to Nuitka! !! Please check that you select the **develop branch** (details see below link) !! Before submitting a PR, please review the guidelines: [Contributing Guidelines](https://github.com/kayhayen/Nuitka/blob/develop/CONTRIBUTING.md)...
## Issue description This PR will massively cleanup the Recast/Detour integration and bring it into working order as of current master. ## Solution description This PR will fix the merge...
## Issue description This PR prevents PythonUtil from polluting the builtins with it's classes and functions. Polluting builtins can cause many unintended bugs or oddities and is considered bad practice....
## Description When using the FilterManager, by default the image is in the bottom left with borders on the top and right. This is fixed by setting textures-power-2 to none,...
Hello, I found that if an associative array is returned from a foreign function and passed into `json_encode`, it returns an array instead of an object unless I add [`JSON_FORCE_OBJECT`](http://php.net/manual/en/json.constants.php#constant.json-hex-quot)....
Hello, I found that if there is an `exit()` or `die()` in an included php script, it does not stop execution of the main script.
Hello, I discovered this strange, obscure bug where the second include/require of a file from the PH7_VM_CONFIG_IMPORT_PATH doesn't work. After some investigation, I found that when `PH7_StreamOpenHandle` is called for...
A feature that I believe is helpful when using the web version on mobile is a track pad style of control. Where the screen is zoomed in and as you...
Hello, I am attempting to build libpandadna on Ubuntu 18.10 using Panda3D 1.10. At first, I tried to just compile it using the usual `cmake .`, but I received the...
If there is a compiler, there should be a matching decompiler utility?