Ross Gardiner

Results 78 issues of Ross Gardiner

Added Haystack, which is a Python framework for building NLP applications, to the NLP section.

It would be nice if this library had TypeScript declarations.

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

feature request

This tripped me up: the documentation explicitly says that Map fields cannot be `repeated`, but it doesn't mention `optional`. When trying to compile protobufs with a `map`, I get the...

# Problem The v4 Cargo lockfile format became the default fairly recently, and it includes [a change](https://github.com/rust-lang/cargo/pull/12280) which applies URL encoding to e.g. branch name parameters in Git URLs. ##...

If you enable 'very verbose' mode with `-vv`or `--verbose --verbose` in your `cargoBuildOptions`, Cargo may also output directives in this format: ``` [foo 0.1.0] cargo:rerun-if-changed=build.rs ``` These end up in...

Very excited to see @AS1100K has been working on a Rust-native AprilTag detector. It would be really nice if it were possible to configure the maximum hamming distance of the...