Eric Shi

Results 89 comments of Eric Shi

Hi @dyumanaditya, I truly appreciate the level of detail in this bug report and I would point others to it as a gold standard for how to file issues, but...

Sorry we weren't able to address this issue before removing `warp.sim` from the codebase. As of Warp v1.10, the `warp.sim` module has been removed. It was deprecated back in v1.8...

@gdaviet added a fix for this in 87e843b544f715116c275681c1c39457f483e95c > Previously creating a struct instance with the __call__ operator would inherit the attributes from the Python base class, but this was...

This feature fell off the radar, but if @nithinsomu or anyone else is interested in the feature, we would appreciate clarification on what is expected to be done with the...

I guess you should create several sub-issues. At least the task about removing the simulation reference can't be done until November.

This should now be fixed by 248272f5ae930df1c80fae0a8842b083aa1ac13d

Also, please add unit tests for `mesh_query_ray_anyhit()`

It would also help us if you could add a concise entry to the `CHANGELOG.md` to mention the new built-in and what it does.

Thanks for the fixes @StafaH! Looks like there's a changelog conflict right now

@StafaH Just enabled clang-format for the codebase as a pre-commit check. You should have some conflicts when rebasing but hopefully they're easy to resolve, then apply clang-format (`pre-commit run -a`),...