Tyler Morgan
Results
2
issues of
Tyler Morgan
## Problem When making chained calls to `annotate()` on a single queryset, only the last annotation applied is returned after calling select_subclasses. If you don't call select_subclasses, you do receive...
I’ve been using a workflow where I pipe input into Claude through STDIN, like: ```bash bun lint | claude "Let's get through these linting warnings." git diff --staged | claude...
enhancement
area:core