xiaomai
Results
2
issues of
xiaomai
The lint error is: `Using a potentially dangerous silent 'as' conversion`. The solution is to implement the [`from` trait](https://doc.rust-lang.org/std/convert/trait.From.html). Then using `from` trait rather than as conversion.
Hi, I am trying to run the example, but when I run `go get github.com/DataIntelligenceCrew/go-faiss` it shows: ``` # github.com/DataIntelligenceCrew/go-faiss ../../autotune.go:12:6: could not determine kind of name for C.FaissParameterSpace ../../autotune.go:39:2:...