Clément Renault

Results 333 comments of Clément Renault

Thank you very much Howard, for your intervention. It is much appreciated 🔥 Thank you @sgued, for helping me. Could you help me understand and design a good interface on...

I tried working with the `AeadMutInPlace` and `KeyInit` traits with LMDB, but I got a runtime error with the size of the initialization vector LMDB returns. It gives a 16...

Ok, so I was able to encrypt/decrypt an LMDB database with `ChaCha20Poly1305`. The thing is that I cropped the 16 bytes initialization vector coming from LMDB to be 12 bytes...

## Call for Testing Hey Rustaceans, I did a lot of work to provide [the "recently" released support for page-level encryption of LMDB](https://twitter.com/hyc_symas/status/1315445394034302977) in heed. It is exposed as an...

I must cherry-pick these 18 commits on top of #128 instead of rebasing...

This branch has just been rebased on the latest main commit 3a20c96.

Ok, so I logged the query by using an `nc -l 7700` and here are the results. ### When using cURL (7.84.0, libcurl/7.84.0) ```bash curl -XPOST 'http://127.0.0.1:7700/indexes/what/search' \ -H 'Content-Type:...

@irevoire is talking about the order of the fields of your documents, not sure the reason why we engaged this subject here. However, regarding the order of your documents, I...

Ho! you are absolutely right, indeed! Could you please remember me the Meilisearch version you are using? And yes you are also right, results should be the same, it should...

Have you tried starting from a freshly created database by deleting the _data.ms_, and by sending only those four documents in one single request, already? It could be [related to...