Chris Novakovic
Chris Novakovic
@ldez I've reproduced this with a domain name whose DNS is hosted by he.net, and also found that `--dns.disable-cp` solved the infinite wait problem. This appears to happen whenever there...
I've integrated the new option into the alpha configuration format in the simplest way I could think of, i.e. by reusing the existing `RedisStoreOptions` type. This should (hopefully) also make...
My Perl::Critic patch violates Perl::Critic policies. Oh, the irony! Sorry, I'll fix that in the morning.
> Thanks! Would you mind please opening this against https://github.com/please-build/java-rules instead? Those plugin repos are where future development of language-specific rules will happen. > > I have a couple of...
> `remote_file` supports multiple URLs passed to it, which are tried in sequence. That's the underlying mechanism used to back `python_wheel`. To me that seems sufficient; you simply put your...
> This issue has been automatically marked as stale because it has not had any recent activity in the past 90 days. It will be closed if no further activity...
While rebasing on master, I also refactored the changes to `src/rdkafka_ssl.c` - now there's an `OPENSSL_HAS_ENGINE` macro that eliminates the need to repeat the conditional every time. The following table...
Unfortunately it seems that clang-format bounces between ``` .unsupported = "OpenSSL with ENGINE support not available at build " \ "time" ``` and ``` .unsupported = \ "OpenSSL with ENGINE...
Tried to get clever by using a string that was unambiguously over the 80-column limit, but clang-format wasn't having any of that either. Reverted to a shorter, single-line message and...
Rebased on master and edited to account for the changes made to accommodate OpenSSL 3.0 - #4026 defines `WITH_SSL_ENGINE` (making most of this PR redundant), but it doesn't consider the...