Carl Meyer
Carl Meyer
Hi @kezabelle - I haven't explored it myself, but based on what you're seeing it certainly does look like this is an upstream bug. If `select_related` doesn't work on proxy...
Described the use case in https://github.com/pypa/wheel/pull/346#issuecomment-682318511
Perhaps it is orthogonal to the core concern of this issue, but if we amend this paragraph of the spec, I think it would also be better to use clearer...
> PEP-484 omits quite a few details I assume you mean 483 here? I initially suggested 483 because I thought it might be less controversial, given it is already an...
I think this can be considered a duplicate of #1534
Thank you so much Carol for kicking off this discussion! It's super important. I think sometimes we fall into the trap of thinking that proposals to change Python in order...
This is a great write-up, thanks for taking the time! A few thoughts from the write-up, before I dive into the code: 1. One caveat with building symbol tables per-scope...
> The part that's unclear to me is how we would compute flags like USED when building the symbol table lazily per scope, because a symbol might be used in...
When docs are written for this, I think it might be good to consider having the first template example in the README show rendering an actual Django formset using the...
Oh there are a couple clippy issues to fix, too. Looks like you could easily support AnnotatedAssignment the same as Assignment for now (with a TODO to actually look at...