Dustin Spicuzza
Dustin Spicuzza
Awesome, that'll be great to have, looking forward to it. There was a minor cosmetic update to the patch on the bug report, but functionally it's still the same.
Why does it matter what the user does? How often does this come up? pybind11 can bind protected methods with a trampoline, but I think I would need an additional...
It would make sense to add that to `source/docs/software/vscode-overview/3rd-party-libraries.rst` per-vendor. I'm thinking to get rid of extras this year too, we'll see.
Weird. What version of Python?
This hasn't come up very much, so I'm inclined to not handle it automatically. You'll need to write your own binding code. `std::variant` is a more modern way of implementing...
I don't think we'll support this.
It would be neat if someone wrote a plugin for that. Feel free to send a PR.
I would like to wrap the imgui/wpigui combination in python at some point, so I'll probably complain about that when I get to it. There are various imgui python wrappers,...