Clément DOUIN
Clément DOUIN
I'm sorry, I recently refactored the Pimalaya projects structure, and I did not yet take care of `Comodoro`. Let's keep this issue as a reminder. The best documentation you can...
To summarize: all moved back to GitHub due to visibility and structure issue. Best place to start is [pimalaya.org](https://pimalaya.org) and the [Pimalaya GitHub Organization](https://github.com/pimalaya?view_as=public).
> What is the semantical meaning of a "preset"? A preset is a group of settings identified by a unique name. It is exactly like Himalaya and Neverest accounts. >...
> Hm, I see. Maybe that implementation detail can be hidden into a default protocol in the configuration or something similar, so that the CLI becomes more crisp and close...
See https://github.com/pimalaya/comodoro/issues/20#issuecomment-2890424578, the new (simpler) API is on `master` and should make things less awkward. Doc is on its way, meanwhile you can have a look at the new [config.sample.toml](https://github.com/pimalaya/comodoro/blob/master/config.sample.toml).
I am still in the process of refactoring libs, once I bubble up to the Neverest CLI it should fix the issue by itself. I let you know when ready.
It is not really an error as it does not stop the app, but rather an informative log. Logs follow the [`env_logger`](https://docs.rs/env_logger/latest/env_logger/#enabling-logging) convention, which means that you can filter logs...
Oh wait, I did not understand you have an error following the log. I thought you just wanted to get rid of the log. Which OS do you run? FYI...
> You mean in `rustls` itself or in Himalaya? In `rustls`. Let me know if you were able to register your certificate. I will try to have a deeper look...
Did you try to just disable encryption? `backend.encryption.type = "none"`