Chris Beaven

Results 110 comments of Chris Beaven

So something like my last commit in this PR, @RazerM ?

Bleeding edge isn't the solution here.

Only the `22.8.0` tag is actually on the towncrier primary (`trunk`) branch, so it's the only one that is found by pre-commit. I've updated the `23.11.0` tag to point to...

Agreed that it would be good to have them as part of the automated tests. The release PR can be merged with squash **if** the tag is applied to the...

Wouldn't the better thing to do here be just stop opening fragments in binary mode? In `_builder.py`: ```diff - with open(full_filename, "rb") as f: - data = f.read().decode("utf8", "replace") +...

Well if it passes the test suite then it should be fine 😂 It does seem the better fix to do it right imo

Let's close this for now. Good job on your commits to django-stubs :)

Should this documentation just go under conf, or should it be part of /docs/?