Mason Malone
Mason Malone
@staabm Thanks for the offer, but this is proprietary source code. One question: what did you use to generate the screenshot with the performance graph? I've been using XDebug to...
:+1: The previous behavior is a security risk, since directly passing the PDOException to `Exception::__construct()` causes the `__toString()` to be implicitly called. The [Exception->__toString()](http://php.net/manual/en/exception.tostring.php) method includes the full stack trace,...
@alisdair Would you mind reviewing this when you have the chance? Thanks in advance!
@crw Thanks for getting back to me. The use case I have is integrating with a private Terraform registry at my workplace. The registry uses a custom implementation of the...
There was a duplicate PR for this entered last week: https://github.com/hashicorp/terraform/pull/33131 The one difference is that instead of removing the `TestNewSignatureAuthentication_success` test, it mocks out the clock to avoid signature...
@jgreywolf Nope
:+1:. Note that this won't stop "Unsafe statement written to the binary log" warnings with MySQL to bug https://bugs.mysql.com/bug.php?id=42851
I can't reproduce this. I used a slight variation of the example workflow so it works in the local dev environment (which uses minio for testing S3): Click for workflow...
This could be done using [validating admission policy](https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/) without any changes to Argo. The main problem right now is they require using the full CRDs, which are currently broken, so...