Clément DOUIN

Results 407 comments of Clément DOUIN

I refactored the API, and made it way more simple. There is no more builtin presets, to avoid any trouble. Name also aligns with other Pimalaya tools (it is now...

Thank you for the invitation. I was quite busy, hence the delay. I need to refactor my IMAP prototype (I hope in the nearest weeks), it will be a perfect...

Did you try different combinations, like straight `Enter`, `y` then `Enter`, `Y` then `Enter`?

> Yes, same result in all cases. Additionally, it seems that the > argument is not passed to the program Himalaya relies on a crate called inquire to prompt stuff...

It may also be an issue with your $TERM environment variable. What is its actual value for you?

Definitely looks like an issue with `inquire` not supporting your terminal. Any chance for you to try with another one? If the example fails, let me know so I can...

First of all, thanks for your detailed explanation. > Long story short, I will almost exclusively use the JSON output and only use the nice tables for testing and debugging...

Let's keep the issue for a more consistent JSON output. Tightly related to https://github.com/pimalaya/himalaya/issues/539.

I extend the scope of this task to all commands. JSON output should be consistent across all commands.

Now that the derivation is up-to-date on nixpkgs, I would rather delete `package.nix` and update `default.nix` [to use the nixpkgs derivation instead of a local `package.nix`](https://github.com/pimalaya/himalaya/blob/26feecd80ac66f398d8b3333c64aa4a0f9053a79/default.nix#L18). I will give it...