Byron Nagi
Byron Nagi
## Issue Some php hosting sets cookie values via `$_SERVER['HTTP_COOKIE']` which can contain sensitive cookie values which are passed through to rollbar. [DataBuilder::getHeaders()](https://github.com/rollbar/rollbar-php/blob/v2.0.0/src/DataBuilder.php#L786-L804) will pull the cookies into the payload....
Looking at the attribute [generate](https://github.com/thephpleague/factory-muffin/blob/master/src/FactoryMuffin.php#L237) method it looks like there is only support for setter injection. It would be nice to be able to customize hydration for different types of...
The AWS ALB's now support GRPC & HTTP 2 end to end as of [10/29/2020](https://aws.amazon.com/blogs/aws/new-application-load-balancer-support-for-end-to-end-http-2-and-grpc/). Which invalidates some of the ALB sections Gotchas and can expand the ALB basics section.
**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): - Feature Request **What happened**: I've recently become quite a fan of the peek definition feature in vscode but noticed...
Fixes #811 -- ruff no longer reports code E999 for SyntaxError's this updates the ruff linter to check the message for SyntaxError at the beginning of the message.
# Issue Newer versions of Ruff no longer return E999 for SyntaxError. Which means syntax errors are now getting reported as warnings instead of errors. I'm not totally sure when...