Clément Renault

Results 172 issues of Clément Renault

Hey, I was looking at redb and thought about one feature that could be very interesting and [that is supported only by sanakirja](https://docs.rs/sanakirja/latest/sanakirja/trait.UnsizedStorable.html) right now. Memory alignment could bexcitingng when...

How is it possible to force [hub.docker.com/r/scorpil/rust](https://hub.docker.com/r/scorpil/rust) to recompile automated builds. I use [rocket.rs](https://rocket.rs) and require the rust 1.18.0-nightly (2017-04-15) version but the available version on docker hub is the...

I think you recently updates the library code but not the guide one 😄 https://github.com/HeroesGrave/ecs-rs/blob/master/doc/tutorial.md#making-a-system-passive

When I tried surf for make get request on `https://static.crates.io/crates/{crate}/{crate}-{version}.crate` for example I get CloudFront responding 501 Not Yet Implemented, "The request could not be satisfied". Cloudfront is not the...

This PR introduces the wildcards at the end of the index names when identifying indexes in the API Keys and tenant tokens. It fixes #2788 and fixes #2908. This PR...

This PR bumps most of the dependencies to the next compatible patch version. I fixed the previous issue of `vergen` [thanks to the maintainer who published version 7.5.0](https://github.com/rustyhorde/vergen/pull/146#issuecomment-1372334760) which allows...

We need to remove [the soft and hard external documents ids maps](https://github.com/meilisearch/milli/pull/39) because it is just a lot of code to maintain that is not worth it. That is only...

milli
maintenance
contribution accepted
help wanted

[The `ExternalDocumentsIds` struct](https://github.com/meilisearch/milli/blob/b4dcdbf00d232f9bc744a4a6ba4ebaf5cb592b56/milli/src/external_documents_ids.rs) was a system that was designed to reduce the time spent removing external document ids into the FST containing them, this FST is a lookup table that...

enhancement
milli

The current version of Meilisearch stores each setting independently in a key/value entry in the main database, to change and access this setting we need to add no more than...

milli
maintenance

This issue describes the work we must do to expose a progressing status number on a task's status. The HTTP front page probably wants an always-increasing number from 0% to...

enhancement
milli