Adam Johnson

Results 593 comments of Adam Johnson

I don't have a strong opinion, but I lean towards a new rule, mainly because set literal syntax was only added in Python 2.7/3.1. That means `set([...])` and `set((...))` may...

+1 to markdown and a big +1 to semantic line breaks. Although I love rST, it is a little less flexible and certainly less familiar to the average dev than...

Uhhh it would be incredibly surprising if anything in pytest-randomly was doing more than incidentally triggering this. My guess would be that it's one of the things that pytest-randomly imports...

The linked page goes to https://github.com/typeddjango/django-stubs/pull/2537/files , where I removed the types for the hashers which were removed in Django. There is no code left for them, so nothing to...

I check for updates every three months or so. Can you link to the upstream issue that corrected your problem? If not, maybe there’s something else being done differently on...

Upgrading BWIPP in #580, which may fix it. Closing since there hasn't been any follow-up, anyway.

Where does this come from? I need an issue before a random patch.

If it hasn't caused any issues, I'd rather do nothing. Especially since it sounds like you haven't tested the change in production..?

I can see how a safeguard feature would be useful. The implementation I can think of: override the `migrate` command and add an option to enable the feature like `--force-algorithm-instant`....