Luis Cossío

Results 75 comments of Luis Cossío

Hey @chesedo! This PR is near review. I just need a little inspiration as to what a test for this would be like :thinking: Took a little while since I...

@chesedo Already switched to `crossbeam_channel` and tried swapping the `LogItem.fields` type to `serde_json::Value`, but a weird error in which the `print::log()` call is never reached (so not printing) happens. I...

At the end I could not figure out why changing `fields` to a `serde_json::Value` messes the log channel. It simply does not seem to be receiving any logs at the...

Thanks for catching the refactoring on the tests for the new `Logger` 🙌 @chesedo

If it is not too late I'd like to take this, but the tracing migration PR indicates it is still open. Is this still waiting for it?

I can give this a shot if it hasn't been taken yet 😄

I think a good solution for this is to add the `any` keyword to enable syntax like this to be used within the `match` clause ```json { "filter": { "should":...

@HridayM25 I believe I only missed to implement the adapter for this on the [python client](https://github.com/qdrant/qdrant_client)

@HridayM25 you can look into the [tools folder](https://github.com/qdrant/qdrant_client/tree/master/tools) for these scripts