Sameer Sheorey

Results 176 comments of Sameer Sheorey

> There are still errors with MSVC 14.29.30154.0, which is not tested on my windows laptop. I also notice there are warnings like > > ``` > MASM : warning...

Hi @BojanMatovski which static analyser does PyCharm use? Can you reproduce this with `pylint` or `flake8`?

@roehling Can you please take a look at this one?

@BojanMatovski Open3D doesn't use type hints, since the code is a compiled C++ module. I don't believe type hints are useful here since C++ already has strong type safety. Looks...

Hi @ManuCorrea here are two options for generating stubs: https://github.com/sizmailov/pybind11-stubgen https://mypy.readthedocs.io/en/stable/stubgen.html#automatic-stub-generation-stubgen with a discussion here: https://github.com/pybind/pybind11/issues/2350 If any of these tools work for you, please let us know. Also happy...

Hi @SteveMacenski @tirolerstefan are any other sources of binary repos acceptable? We can host them on github releases, for example, for direct download. Also, if you have specific build needs...

@tirolerstefan please use the binaries from github release (check the assets section in the release page for direct links for your chosen binary). https://github.com/isl-org/Open3D/releases/tag/v0.18.0 Note that these are "all included"...

Only Windows CI has errors now.

> Here is the start of my PR - although the checks do not pass, just opening it up for initial comment. > > The current issue I'm seeing in...