Yoav Miller
Yoav Miller
https://github.com/PointCloudLibrary/pcl/issues/5163#issuecomment-1035406759
tl;dr If the concave hull is made of multiple polygons, when the prism checks if a point is inside, the result is sometimes wrong. I also have the solution. To...
If I set one optional property to null, and later try to encode it, the code doesn't check for null, it only checks for undefined. Therefor deeper inside it craseshes....
It would be great if someone could post a full "hello, world!" client-server usage example, that consits of: * protobuf files, including rpc service (both steam and non stream) *...
Type: Bug On Tester view, using GTest C++, when double clicking a test it navigates to a CMake file "C:\Program Files\CMake\share\cmake-3.25\Modules\GoogleTest.cmake". Instead, it shoud navigate to the code of the...
I get a compiler warning when including ``, because it includes `` which includes `` ```c++ #if __has_include() // this resolves to true somehow # include #endif ``` ```c++ //...
Please update a tag number because tag 0.3.2 doesn't compile for me, but master does. FYI I want a tag number to integrate the library using `FetchContent_Declare` ```cmake FetchContent_Declare( OpenXLSL...
`npm run build` doesn't work in Windows because of `chmod` missing