Wez Furlong
Wez Furlong
The source address is an optional parameter, and when we add HAProxy support the actual address is controlled by the external proxy and may even map to several addresses. Does...
We know which IP we want to connect to; that is already logged as the `peer_address`. For the source address: that information is optional and may not be knowable. I'm...
My opinion on this is: the operator should name the source something meaningful to the log processing pipeline. The name could include the IP address if desired.
Options for maintainability are: * [aide](https://docs.rs/aide/latest/aide/) * [utoipa](https://github.com/juhaku/utoipa)
Also, this closed issue in the axum repo is tracking but not tracking the work that is not happening but might happen in the future to offer first-class support for...
Looking at: * https://github.com/kanidm/kanidm/issues/2028 which is the equivalent of this issue but in someone else's project, they went with utoipa in their PR for this: * https://github.com/kanidm/kanidm/pull/2175
I think the way to go here is to enable `maildir_path` to be processed with minijinja, passing it the envelope recipient and a copy of the full meta object from...
FWIW, it's "impossible" to make this allow editing of parts by reference. The most likely form of this API will be: * `msg:parse_mime()` - to return something like: ```lua {...
One other thing I'd like to note: the nightly build of wezterm has improved support for handling some of these things: I would recommend trying that!
That's an interesting test case! I translated it to this shell script: ```zsh #!/bin/zsh man=$(echo -e "\U0001F468") ear_of_rice=$(echo -e "\U0001F33E") farmer=$(echo -e "${man}\u200D${ear_of_rice}") echo -e "$farmer$farmer$farmer." echo -e "$farmer\b\b$farmer\b\b$farmer." echo...