Max Lantas
Max Lantas
Alright, we could probably add a key to prevent interference with macOS shortcuts. Would Ctrl+Alt+O or Cmd+Alt+O work fine on macOS? > saved to disk here That shouldn't happen. It...
I edited the CI matrix to build the `nanobind` version in addition to `pybind11`. While I was working on initial PR, I also tried get the unit tests running for...
Hi @lgritz, The goal is to replace `pybind11` completely. I only left the `pybind11` directories since #433 mentioned *duplicating* the bindings and there are still open tickets for adding more...
Oh, I see what you're saying. In that case, no, `nanobind` doesn't have that type of compatibility. `nanobind` is only largely compatible with `pybind11` at the API level for C++....
> Do we have an enumeration of the reasons why a project would not be able to switch from pybind11 to nanobind? To answer your earlier question, the only reason...
> But pybind11 could do some other tricks, including letting you embed a python interpreter into an application. There are at least a few instances of this in the ASWF...
> I think a minimal external C++ binding library that provides 1 method that depends on PyImath bindings to take a list of V3d from python, use those to calculate...
Sorry for the delay. I implemented a small example external library in `nanobind` and `pybind11` here: https://github.com/mnxn/imath-python-binding-example Both the `nanobind` and `pybind11` bindings are able to bind against Imath types...
Hi @Guest0301, I'm able to reproduce the issue, but only when semantic highlighting is enabled (`editor.semanticHighlighting.enabled`). That means it's likely a problem with the language server. Could you please submit...
I'll take a shot at implementing this for Dev Days next week.