Grant Karapetyan

Results 7 issues of Grant Karapetyan

This issue was mentioned [here](https://github.com/microsoft/vcpkg/issues/5732), when building boost.python with numpy. Everything is ok if python is installed in path without spaces, and it does not find system python (and thereafter...

bug

**Version/Branch of Dear ImGui:** brunch: `master` commit hash: `78c6435dbb65e84897f22cf8d4a6c5169c3775bc` ``` Dear ImGui 1.86 WIP (18513) -------------------------------- sizeof(size_t): 8, sizeof(ImDrawIdx): 4, sizeof(ImDrawVert): 20 define: __cplusplus=199711 define: _WIN32 define: _WIN64 define: _MSC_VER=1929...

font/text

### Summary I am building python module dependent in tbb, and when packing it I pack libraries into special folder. When importing module dll load fails (on loading `msvc140.dll` if...

bug

Hello! I am migrating from boost::python to pybind11 and have just faced some pointer member behavior issue: ```c++ class SomeClass { }; struct SomeStruct { public: SomeClass* scPtr; }; void...