Leon Timmermans
Leon Timmermans
Would it help to offer canned values for people who want some default set of ciphers and such? (and predefined not to do compatibility symbols?). That way one could choose...
I'm not sure what you're asking for exactly
Oh right, you meant it far more literal than I thought you did (and to be honest it didn't immediately click because it's been a while since I've looked at...
I vehemently oppose deprecating this, as stated in the [previous discussion](https://github.com/Raku/problem-solving/issues/351) on the subject: > … the alternatives are all harder to read. `@foo.map({ ... }).flat` is hard to read...
> My conclusion from this and other research is that flatmap is a fairly common feature in functional languages and I suppose it can be considered one of the raku...
My first thought was «Why are you using `Crypt::Eksblowfish::Bcrypt` when you can use the actually up-to-date and maintained [`Crypt::Bcrypt`](https://metacpan.org/pod/Crypt::Bcrypt)» (`Digest::Bcrypt` itself [switched](https://metacpan.org/dist/Digest-Bcrypt/changes#L17) years ago). On second thought, there are much...
So in https://github.com/Perl/perl5/commit/2f4409bf707ec51ce63fd97c981a2c9e08b97241 I aligned the behavior of input maps in `ExtUtils::ParseXS` with that of output maps. I had no idea PDL would contain a copy of the old input...