ad hoc

Results 110 comments of ad hoc

on 1.4.8 icons are not working on zsh and bash, any fixes?

Uhm, this error is probably triggered when a file is being written to disk, alas, the only thing we can know is that a write as failed, so I'm not...

This is an os error, don't you think that it could also be thrown when writing to a grenad file?

Seems to me that this could also be thrown on read,s, and on other kinds of Io error, and that would be even worse if we miscategorized the error

@curquiza but it could also send them in the wrong direction altogether. This is an error reported by the os, we don't know what happened, maybe the memory was corrupted,...

Maybe we can clip nbhits to 1000? ping @gmourier

Not sure I understand the concern here, the file are accessed only once, when the index is opened, and are lazily loaded on request so it doesn't affect startup time....

Just mentioning this crate, if we find anything interesting: https://docs.rs/enum_dispatch/latest/enum_dispatch

Adding to this issue: - This is unrelated to whether the db contains. something or not (could reproduce with full db), which makes more sense - The size of the...

@curquiza, after giving it a quick glance, it seems that [this PR](https://github.com/meilisearch/MeiliSearch/pull/1658) removes the use of env variables for building the image, in favor of importing the `.git` directory. But...