Clément DOUIN

Results 407 comments of Clément DOUIN

> Should I migrate my code base to https://git.sr.ht/~soywod/himalaya-lib already? Or should I wait? I need first to publish the stable version on [crates.io](https://crates.io/crates/himalaya-lib), I let you know when it...

Be aware that the only documentation you will find is the `crates.io` one and the `himalaya-cli` (which is the first client consuming the lib, it may be a good starting...

It sounds really good. I would also love completion there. But I don't think it's a priority, I will not add to the `v1` roadmap.

I don't think this should be *inside* himalaya. I would prefer to keep the Tab completion as "standard" as possible. If a user wants fzf then he could pipe the...

This could be related to https://github.com/soywod/himalaya/issues/104. The table system needs to be improved (either by adding tests or by replacing with a more solid crate).

I created a new section [Tips](https://github.com/soywod/himalaya/wiki/Tips:autocomplete-uids-jq-fzf) in the wiki where I put your commands @remche, feel free to add more ;)

It could be great to have dynamic completion of ids *inside* the tool (I am not talking about fuzzy framework, but just the basic completion). This feature seems to be...

I develop a command-line interface called [Cardamom](https://github.com/soywod/cardamom) to manage and synchronize contacts from a [CardDAV](https://en.wikipedia.org/wiki/CardDAV) server. It follows the same philosophy as Himalaya, and it will be a Rust lib...

Thank you for your contribution, I really appreciate. > Currently, the APIs are much more suitable for a console app. > May we redesign some API into lib, such that...

It is not the first issue related to headers parsing, especially addresses (see #401, #380, #369). Starting from Septembre I will be able to dedicate half of my time to...