Jérémie Dumas
Jérémie Dumas
Hi. I'm wondering if it's possible to provide an initial guess for the closest point query in nanoflann? Would it help make the search faster? I haven't figured out how...
Hi there. I'm running into problems with the following statement: https://github.com/AcademySoftwareFoundation/openvdb/blob/73de06e50852f6bf70d1523558bb1f9c929fedf5/openvdb/openvdb/CMakeLists.txt#L516 Choosing to link against static or dynamic MSVC runtime has nothing to do with whether to link against a...
https://github.com/songrun/SeamAwareDecimater/blob/c69934356ecdb0dd91070a6fc0520cdb0cc4d983/cost_and_placement.cpp#L194 Hi guys. Looking at the code of the quadratic problem, I was wondering why do you use the constant `1` as one of the unknown variable (through an equality)....
We don't really have a thread to track and discuss issues related to label rendering in the current viewer, so I'm creating one. Related discussions: #978 and #719 Issues: -...
Hi, One thing that I found really annoying with `teiler` is that it exits by default when you press Enter after launching it. That means if you open `teiler` via...
Hi, Nice little program, I like how easy it is to use. I was wondering if it was possible to disable the question "Upload? Yes/No" after taking a screencast. I...
Hi, Since #195, I am having issue generating Sphinx documentation with [nanobind-stubgen](https://github.com/cansik/nanobind-stubgen) + [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi). As an example, the following code: ```c++ nb::enum_(m, "NormalWeightingType") .value("Uniform", NormalWeightingType::Uniform) .value("CornerTriangleArea", NormalWeightingType::CornerTriangleArea) .value("Angle", NormalWeightingType::Angle); ```...
## Feature Request Hi, It seems that the functions `GetRAMPhysicalUsedByCurrentProcess()`, `GetRAMVirtualUsedByCurrentProcess()` and `GetRAMVirtualTotal()` are not implemented for macOS platforms. Is this a limitation of macOS, or just a missing feature?...
Hi, I didn't see a dedicated issue/discussion topic about it, so I'm opening a separate issue. I was wondering what are your plans for a WebGPU backend at the moment?...