Results 4 comments of birdbrained
trafficstars

I think this change was a mistake. While I understand manually updating the DNS fallback IPs is annoying for the devs, making builds reproducible/deterministic for users to verify should be...

hey, I have an update: this should no longer be an issue as of https://github.com/signalapp/Signal-Desktop/commit/620392e6875890b161a4f6f28b1bd6217094de59 as part of work to make Linux builds reproducible

(Disclaimer: I never contributed to the crate, I merely use it and I want to help) > Why does [Choice] exist, why can't `ct_eq` just return `bool`. When using `bool`,...

Yeah, you can write `.into()`. I just wrote `bool::from` as a personal preference because it makes it more explicit that you're using a `bool` instead of `Choice`.