Tamo
Tamo
Huum, I don't think we'll need such a complex system, but I'm not sure yet; I think before choosing any solution, it would be good to make a POC of...
But why is there a limit in the beginning? Will it throw an error if we ask for too many readers?
Hello, @YJDoc2 thanks for your interest! Yes, you can totally work on it. > Configuration file < [Env variables](https://docs.meilisearch.com/learn/configuration/instance_options.html#environment-variables) < [command-line options](https://docs.meilisearch.com/learn/configuration/instance_options.html#command-line-options-and-flags) For your first point, clap is already handling...
> A way to resolve this, is to change skip to skip_serializing, which will disable serializing but will still allow reading from file. Yes, that's perfect :+1: > For that...
Hey, @YJDoc2, that's not an issue at all, and you helped us to think more of what we wanted to do; thanks for spending time on the project! ❤️ And...
Hey, on this specific use case, we are between 3 and 9 times faster depending on the datasets
Hey @hiepxanh, when we detect that a primary-key is already present in the database, we need the old version of the document to merge it with the new version. Basically,...
Just tried under fedora with sakura and it works so it's probably only an issue on macOS. My locale and fonts are handling utf-8 / emoji since I was able...
Re, So I just checked, I don’t know if Kakoune was linked with libncurses, it’s not written in the `-version`. But it’s the default version coming with brew. Also here...
``` irevoire@MacBook-Pro-de-irevoire ~ 🍍 % otool -L $(which kak) /usr/local/bin/kak: /usr/local/opt/ncurses/lib/libncursesw.6.dylib (compatibility version 6.0.0, current version 6.0.0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 400.9.4) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version...