Matthieu Coudron

Results 605 comments of Matthieu Coudron

oups, I set the CLI version in the `Version of Immich Mobile App` but I dont use the mobile app (yet). To answer your question, I am using cli 2.2.22

I had the same error with 2.2.23 and then I created a new API key for another computer and it worked straightaway. I compared the config with my first computer...

A first attempt can be found here https://github.com/neovim/neovim/pull/5686

I guess the 0 comes from `entry.status = MailboxStatus::Parsing(prev_len + len, 0);`.

> chunk size is 250 A `fetch-mailbox-continued` amounts to 250 envelopes ? Increasing the chunk size doesn't seem to make much of a diff here. I tried to find the...

I dont know what is the best now for nix + rust. I think I used crane for another package. Per package caching sounds nice, and the removal of Cargo.nix...

@lafrenierejm would you like to become a maintainer ? maybe @elizagamedev could give you access if positive ?

in v1 we had a system of hooks just for this purpose. If it is still available in latest version, I would recommand to look into it so you dont...

I tried to convert warnings into debug in case the `WARN format ...` was making the check fail, which gives: ``` $ treefmt --fail-on-change -udebug --no-cache treefmt: error: unexpected changes...

> if you add -v, -vv you will get info and debug level logging. I think people are more used to the inverse logic, ie. the tool gives useful output...