Anders Hovmöller

Results 534 comments of Anders Hovmöller

I released 3.2.0. This version runs through `inline-snapshot`/`mutmut3`: `⠹ 1829/1829 🎉 1461 🫥 209 ⏰ 0 🤔 0 🙁 159 🔇 0` It does weirdly print a bunch of output...

> A template option that will flip default is going to lead into a hard break… Yea. I ruled that out for that reason too. This PR does not do...

I thought about the idea for a tool to check for problems with this. Can it be as simple as running the old and the new regex and counting number...

We could run it as a check on startup in the runserver, but it would be best if we only do this once and not on every startup. Not sure...

@tim-mccurrach has an excellent point that the change of this regex hits not just `{% %}` but also `{# $}` and `{{ }}`. I think this is actually a very...

You haven't said anything about merging or not merging, and that's not what is being discussed. Furthermore there's been some new information. Normally when new information comes to light, people...

I have updated the template for new projects, and added docs. I think that's what was left for completing this ticket.

I have not written anything in the release notes as I am unsure where to add this. 5.2? 5.1.4?

Ping. There is only a question about where to write into release notes left before merge I think.

The lint job now fails with `Error: ./tests/runtests.py:55:14: F821 undefined name 'RemovedInDjango60Warning'` which I don't understand. I didn't change anything about that in the latest commit.