Rob Allen

Results 128 comments of Rob Allen

To my mind, this is a bug as we don't call `htmlentities()` on the JSON or XML error renderers. PR #3319 raised.

The `Manifest.in` file lists the additional files that we want to be included in the source tarball when we release using `python setup.py sdist`. With that file removed, how does...

This is on my list to look at, but I'm not sure when I'll get to it. Just wanted to note that it's not forgotten.

This is because lists are actually rendered as ReportLab tables being the scenes and the width for the first column isn't wide enough for 12pt text. The quick fix is...

Hey @liquidsigma, I've never used it like that as I only use it from the command line. However, I'm keen to support your use-case as best we can. We're not...

As I understand keyword arguments, the order of the keyword arguments when calling a function does not matter. Having said that, consistency makes sense, so I'm okay with matching the...

Thanks for this. I need to work out how to fit this into the rest of our release process, so won't be merging very quickly. I really do appreciate the...

How are you calling the middleware? If you are using PSR-15, then you should be using `process()`, not `__invoke()`.

This worked for me as I have PHPStan installed in vendor/bin/phpstan Thanks!