Sylwester Arabas

Results 518 comments of Sylwester Arabas

This PR: - makes #414 obsolete - addresses #403 - potentially helps with: - #368, - #348, - #334, - #213 - #99 - #413

The Matlab build fails with: ``` Cannot find class 'py.nanobind.nb_type_0'. ``` should we ask at nanobind discussions? (referencing https://github.com/wjakob/nanobind/discussions/439)

BTW, the only place where Google indexed seemingly identical error as we have in the codecov build is here: https://github.com/nvidia-isaac/nvblox/issues/73

IIUC, if we shift from `pdoc3` to `pdoc` we will also gain support for mermaid diagrams within docstrings which might be helpful: https://pdoc.dev/docs/pdoc.html#render-mermaid-diagrams

Looking at what causes the failures, it seems that we have to simultaneously address #411 and #334 here

The original reason for the change proposed here was the unstable behavior of the condensation solver in parcel simulations. In the meantime, this was also addressed in #746. Switching from...

for the record, there's a possibly relevant open issue in `pybind11`: https://github.com/pybind/pybind11/issues/4943

And here's a more direct confirmation that it seems to be an open problem in pybind11: https://github.com/pybind/pybind11/issues/2900 > It seems the the docutils methods which power help won't print the...