Wei Mingzhi

Results 12 comments of Wei Mingzhi

I do not have macOS for now but maybe you can try build the *nix version with libraries from homebrew? On Sat, Jul 30, 2022, 10:36 AM gemini ***@***.***> wrote:...

I haven't tried 10 millions but I have made the following optimizations for point clouds with ~1 million points, so far working well (still a bit laggy on some lower...

same issue here. many PCD files provided by our client won't work due to this. # .PCD v0.7 - Point Cloud Data file format VERSION 0.7 FIELDS x y z...

the data size in file header is also limited, so maybe there is no way to fix this without changing the file format :(

a unintrusive yet hackish way to fix this might be: 1) if the data size is no more than 4GB, write the file the same way as before 2) otherwise,...

libexcel generates .xls file in older Excel 7.0 format, which WPS might not support.

this is what I got under fedora 35, not sure if it's related to pirewire: ```Thread 1 "pcsx-redux" received signal SIGFPE, Arithmetic exception. 0x00000000006894d7 in ma_device_init__pulse (pDevice=0x7fffec055508, pConfig=0x7fffec055410, pDescriptorPlayback=0x7fffffffbf20, pDescriptorCapture=0x7fffffffbf70)...

I probably already have all of the libraries installed, and I cannot use wayland due to the nvidia proprietary driver. use: make BUILD=Debug to generate a debug build. The provided...

use -safe and then set the backend driver to alsa works well. probably it's due to fedora replaced pulseaudio with pirewire but I have not checked it yet updating to...