Carl Meyer

Results 205 comments of Carl Meyer
trafficstars

For what it's worth, I believe we should just do a true (unordered) intersection, and I don't think there are any significant issues standing in the way of doing so,...

Thanks for thinking through edge cases! > The implied types imposed by the datamodel (specifically the parts of the datamodel that are enforced by the interpreter/c-api) should be always understood...

Ok, I can certainly see that people will be tempted to write `T & Hashable` if we have intersections, and it would be ideal to sort out `Hashable` before people...

The thread on `__hash__` and `__eq__` that @mikeshardmind started is at https://discuss.python.org/t/hash-eq-and-lsp/68138 -- I probably need to get back to that and see if we can reach a consensus proposal,...

I was looking at it, but at this point I have no satisfactory ideas for how to solve it :/

The space in the shebang on GitHub is not actually relevant to this case; the script that appears in the tabview wheel (which is what uv installs from) has a...

Yes, I think both the "spaces" case and the "too long" case could occur relatively rarely, but the use of relocatable envs makes this impact everyone who attempts to use...

I've just moved house and am behind on everything, so it may be a bit before I can get to this, but I will fix it.

I'm intending to work on this during the upcoming core dev sprint in September. If someone else gets to it first that's fine, though!

Possibly we should open an issue on Django itself to get the style guide clarified? I assume the upstream rule was simply based on a literal reading of the style...