Jasperav
Jasperav
@Kerollmops I got this in my ranking rules: ``` "rankingRules": [ "d_karma:desc", ``` This means it should rank the results first by `d_karma` and then the other properties right? Of...
@Kerollmops Sure, I am using Meilisearch v0.30.0 and SDK 0.20.1.
@Kerollmops I shut down meili in docker compose and restarted it (I am using no volumes so it should be fresh). The problem isn't that there are duplicate documents/versions right?...
So I tried debugging it one more time in a new project, then it worked. I cleared my cargo dir and docker cache of the main project to force downloading...
@est31 It does work when you reference a lib from the root Cargo.toml in another project in your workspace and it is not used. However, libs that are inside the...
Would be handy for me as well, the blanket_disable_command is triggering while I want to disable rules for a file... annoying
Even with the example from here: https://github.com/housleyjk/ws-rs/blob/master/examples/external_shutdown.rs, I can not get it to work with the following code: ``` use ws::{listen, connect, Sender, Handler, Message, Handshake}; use std::thread::{spawn, sleep}; use...
Did you fixed it?
Yes, sadly :( do you still use this library or did you switched?
This is how the Rust Scylla driver implemented the CI: https://github.com/scylladb/scylla-rust-driver/blob/main/.github/workflows/rust.yml