Results 5 issues of Boris Rasin

Today, bridged class with the same name as it's C++ header is generated as public, but additional bridged classes in the same C++ header generated as package-private. One possible solution...

enhancement

It used to work correctly some time ago, but now the first time I tap any navigation menu item - nothing happens, it only goes to the relevant page when...

## Issue description error C2683: 'dynamic_cast': 'base' is not a polymorphic type If base derives from std::enable_shared_from_this, pybind11 uses dynamic_cast, even if type is not polymorphic. ## Reproducible example code...

Make sure all handler instances are destroyed after completion. This allows code to hold shared pointer to easy object inside it's own completion functor: ``` C++ auto easy = std::make_shared(multi);...

EMSDK needs to include "clang-scan-deps" tool, as CMake 3.28 with C++20 and clang compiler always runs this tool. This CMake produces the error, test.cpp could be empty: ```cmake cmake_minimum_required(VERSION 3.5...3.28)...