aslze
aslze
I've been having this problem on Windows too. I just tried the latest version (2020.12). I try to align two point clouds (quite dense, over 1 M vertices each). They...
Hi, I just cut a subset of these two point clouds to make them smaller. They have normals. Here they are: [pointsets.zip](https://github.com/cnr-isti-vclab/meshlab/files/5629478/pointsets.zip) Steps: 1) Open both PLY files (drag them...
Hi, I usually favor the original *compact* format, especially for numbers. I often store numerical data in JSON (3D vectors, index arrays, coordinates lists, ...) and things like this are...
The problem seems to persist in mbedTLS 3.4.1, released yesterday. (Visual Studio 2019 here)
Current functionality allows reading/writing the subprocess' stdout/stderr/stdin as it runs. The process name is the name of the executable you run, isn't it? And reading its environment variables. Not sure...
On Linux you can read some process's environment vars from `/proc//environ`. But I can't find similar functionality on the Windows API. Do you know a way?
I'm going to close this as too complicated for the amount of work I can put here, and not in my roadmap. I did consider FTP and/or SMTP sometime in...
FYI, I created this basic FTP client class in a separate repo: https://github.com/aslze/asl-ftp Only plain (no TLS) FTP at the moment. This will not go much further. Maybe *implicit TLS*...
Now asl-ftp supports implicit TLS too. Requires ASL built with TLS support (`ASL_TLS` cmake option).
I'll probably close this ATM as I don't currently know much about that and I have no way of testing (an existing server that requires a certificate that I have)....