Veesh Goldman
Veesh Goldman
> There's a couple of fun options under "Deprecated and removed variables" in perlvar, I like `$*` best, though `$#` is pretty tempting too: > > ```perl > my $sum...
> Given the `sub` interface it creates, it is reasonable to expect that there is some way to automatically achieve the equivalent of the following: > > ``` > sub...
From what I understand when you declare like I did the pip will install the build deps in a temporary env; so I'm not sure there's benefit to implementing fallback
Do we have a conclusion here? I'm happy to pull in latest master and bump further to 70 whatever as needed. Could I get a clarification for exactly when the...
K, i have rebased and force-pushed and its all clean. The version that i've bumped to does solve a concrete problem, so i'd love to see this merged
> Autoviv $possibly_undef to an empty array-ref. I don't understand your suggestion. That's not even on the table, seeing as optional chaining skips autovivifying. Are you being sarcastic?
I have opened a PR with perl support; i await it being merged! https://github.com/zed-industries/extensions/pull/1438
It has now been merged, hurrah! Does that mean we can close this issue?
I'm not actually convinced that this is a bug in DBD::Pg! After trying to write a failing test, i discovered that when a bind param is set as `SQL_BOOLEAN`, core...