Alberto Bertogli

Results 41 comments of Alberto Bertogli

I'm going to close this due to inactivity, but please reopen if you have a reply with more information as per the previous comment. Thank you!

Thank you for filing this! I think this is a reasonable request in principle. However, there are some complications: 1. Alias expansion may result in multiple destinations, and some of...

Thank you for filing this! Supporting multiple configs formats is doable, but I'd want to be very careful because it's easy to end up with a big mess. But maybe...

Curiosity got the best of me and I spent a few minutes playing around. For the main config, you can convert from json/yaml into textproto with cue directly: ``` $...

> > Would having that type of conversion tool help with the Nix use case? I am not familiar enough with NixOS but from your message, it seems conversion tools...

Thanks for reporting this. This was an intentional choice a long time ago, and it is reasonable to revisit that decision now. Currently, the `safeio` package will use os.Rename to...

Commit 08273ea90128d08e9a52504a7aaff388642faf68 in the `next` branch should fix this. I've added a note mentioning you in the commit message, please let me know if you'd like to be credited in...

Hi! There is currently no way to avoid the restart. Implementing it is possible but would add a lot of complexity and I don't think it's a good idea for...

A chasquid restart won't cause any failures of delivering incoming or outgoing mail. SMTP is designed to be super tolerant of transient failures and has retries, so even if a...

Yeah, it's usually advisable to do client-side retries anyway since any little hiccup (e.g. networking) can cause the connection to break. And the daemon restarts fast enough that with a...