Ian Zimmerman
Ian Zimmerman
Assume I have an alternative proposal for matchings, and assume I come to support the `if .. elif .. else .. end` part of the standing proposal, how should I...
@lpw25 : does your "extremely unlikely" assessment change if the proposer is backed by one of the main "industrial" orgs in the community, rather than a lone hacker like myself?...
@dra27 WDYM "that way"? I hope you mean: all proposals are equal and accepted/rejected on their merits, no matter what the source. But I am not sure that is what...
> Pierre's suggestion addresses the `if/elsif/elif/.../else` issue. He suggesets to use the `when` construct which, he says, was present in older versions of Caml. > > ``` > when >...
> Just an implementation detail: do we agree that, at least for the mooment, the first vertical bar, between the "when" keyword and the first conditional expression should be optional,...
This happens for me with all of the attribution variables: `attribution_intro`, `attribution_trailer` and `forward_attribution_trailer`. Regression: this didn't happen before 20240416. I set these variables in my config precisely to add...
Yes, newline works again. Thanks! -- Ian
> Google and Amazon send me the bad subjects that I would love to strip. Both are payment receipt emails. We're talking about properly RFC 2047 encoded headers, right? Otherwise...
Yes, that is the RFC 2047 encoding I mentioned. You see, email messages in transit are supposed to be encoded (for transport) entirely as 7 bit ASCII. So an encoding...
> > binding to "::" accepts both IPv4 and IPv6 connections (even more surprisingly) > > This is pretty standard. This is usual behaviour for Linux in my experience, and...