Mubelotix
Mubelotix
> Somehow I missed the compatibility-fixes feature flag. I suppose it would be nice to have a brief explanation of all the existing feature flags. I also wasn't sure what...
I will investigate these errors. The last 3 seems to be caused by a wrong syntax (actually it's because you cannot construct an Email struct with undefined headers but I...
But since rmp is supposed to be lightweight it should support optional fields. In my case, it is worth switching to serde_json.
I think you are right about this. It is the last assertion that failed. The thing is: the test did not timeout because Meilisearch returned a result in less than...
It happened right here on the CI while we were trying to merge #132. I can't reproduce it either. Maybe we should just modify the test so that it logs...
I know that tests are not very robust for now. We are speaking a bit about this in #29. There will be a PR that will greatly improve the old...
@ppamorim Interesting idea, but that means you would not be able to have multiple indexes containing the same document type.
Yes that would work but I think that adding this method to the Document trait is an unnecessary abstraction. It breaks the object hierarchy: an Index contains Documents, a Document...
That would result in a compiler error. Rust expects a type but this is a function call.
> hey @curquiza , I would like to work on this issue. > > This might be a silly question but can you please answer it for me as this...