Romil Punetha

Results 22 comments of Romil Punetha

Any ideas when this will make it to master?

> It's not my top priority right now. > If you absolutely need this branch and the newer features in dev/master, I'll try to find some time to work on...

Could you point me to the `Document` trait mentioned in the description? I can see a [mention](https://github.com/meilisearch/meilisearch-rust/blob/main/src/lib.rs#L230) in the `lib.rs` as well, but I'm unable to find its declaration in...

I don't think I did a good job of explaining the problem. Let me try again: ``` // this trait is not generated, it's just hanging somewhere in our crate...

Doesn't #356 close this? If not, what more is required?

I believe we can. The only two error attributes that do not have a test case are `InvalidTenantToken` and `Yaup` because they were particularly hard to test. However, they are...

@bidoubiwa Done.

I get the same error as @freemantle1989. Im using it on eks. No minio. Anyone having any solutions for this? My chart values looks like: ``` replicaCount: 1 strategy: type:...

I was able to integrate all of the code from AndroidUSBCamera with the mediapipe pose detection repo. However, the display frames get stuck on the following code: ``` mCameraHelper?.setOnPreviewFrameListener(AbstractUVCCameraHandler.OnPreViewResultListener() {...