Jonas Dittrich
Jonas Dittrich
### What is the issue? I want to deploy linkerd-viz with helm using external certificates, managed through cert-manager. Any way I try this, tap no longer works. ### How can...
close #906 allows structs that contain only one $text field to be serialized as an attribute list. As this is my first contribution, I may have overlooked something. The tests...
Hi, cool project! Consider these two types using serde (de)serialize: ```rs use serde::{Deserialize, Serialize}; #[derive(Debug, PartialEq, Eq, Serialize, Deserialize)] pub struct FooType { #[serde(rename = "a-list")] pub a_list: ListType, }...
### Preflight checklist - [x] I could not find a solution in the existing issues, docs, nor discussions. - [x] I agree to follow this project's [Code of Conduct](https://github.com/ory/docs/blob/master/CODE_OF_CONDUCT.md). -...