chrisflesher

Results 18 comments of chrisflesher

Refer to issue #1047 for some more info. Also PR #1094.

Started on an attempt for this (uses the scikit-build system) but am inexperienced with both pybind11 and openvdb... so any collaboration is welcome. https://github.com/chrisflesher/openvdb/tree/replace-boost-python-with-pybind11

If someone knows a lot about C++ templates I could use some help. Am trying to port the custom type converters from `pyboost` to `pybind11` and successfully wrote one for...

Hello, I might be interested in helping out with pybind11 upgrade if anyone can point me in the right direction. Am very interested in getting the `GridTransformer` stuff to work...

Am having a similar issue with dynamic partitions.

I'm wondering if this might have been because of a version mismatch? My vague memory is that whenever I installed `dagster-postgres` it downgraded `dagster` from `1.6.4` to `1.6.1` but not...

I'm getting similar issues with: ``` BAT0-acpi-0 Adapter: ACPI interface in0: 10.00 V ```

I tried adding a `#define DEBUG` before `#include

I am interested in something similar, storing a single scalar metadata value in a PLY file.

I tried using the `jacfwd` function from that draft PR but am getting `nan`'s in the solution. Whereas `equinox.grad` applied to the same function doesn't contain any `nan`s... Was wondering...