Tim Düsterhus
Tim Düsterhus
The default curl handler eagerly retrieves the full response body into a `php://temp` stream before returning the response. `php://temp` will spill over into a disk-backed file after a certain size...
> can you please test this with the atk4/ui test? I'm not going to debug your non-trivial code-base for you. I've provided the necessary pointers, the rest is up to...
I'm encountering the same regression with BuiltKit being enabled/installed by default in recent Docker versions. Our image builders do not have direct network access. Instead they have a properly configured...
> I've also attempted to configure DNS in dockers daemon.json, but that is ignored as well. Okay that works, but doesn't work if I use 127.0.0.1 in there. I might...
@laurent-indermuehle > So anyone with your certificate can login without any authentication required? Your wording is a little misleading, but yes: We're handing out short-lived X.509 certificates to our application...
> Are you using a product to handle the certificate rotation or it's all in house? We're using an in-house solution here. > will it works if you use the...
Thank you for the report. Underflow is intentionally left unhandled in the γ-section algorithm used by `Randomizer::getFloat()`. Quoting from the paper: > All our results hold in the absence of...
> I haven't forgotten about this feature, however the PR will need to be updated to match the internal changes in v1.0.0. Whoops. Appears I missed the email notification about...
@david-autonoma This PR is way outdated and would likely need to be adapted to the 1.0 release of the library. This PR was developed on company time, where we currently...
> Could you maybe describe how you worked around it internally? I don't remember the details after 4 years. I believe we used a regular public / private key pair,...