Erik Friese
Erik Friese
The second example also panics if the field is explicitly set to the default value. That is, the following snippet panics as well: ```rust let desc = DescriptorPool::global() .get_message_by_name("google.protobuf.BoolValue") .unwrap();...
I see. It just felt counterintuitive to me that functions with very similar names have completely different semantics (when it comes to default values). It also is counterintuitive that asking...
Even without the secrets/encryption aspect, the templates feature would be a great addition to home-manager as there seems to be no "official" way to manage mutable config files yet.