John Litborn

Results 429 comments of John Litborn

> > So a relatively straightforward implementation would be to do option 1 (I'm confused why @srittau says it won't work in variable annotations), but we're adding two unnecessary lines...

After implementing `nextline` in #3930 and seeing diffs on real live code we agreed that it in fact was not an improvement in the majority of cases, so we can...

@tekumara you can get that automatically by running black with `--preview` to enable the fixes from #3899

After working on implementing httpx this is likely going to cause quite a few changes in user code, and some functionality would be straight up lost due to httpx not...

No this is still a thing, although I'm guessing it's a bit too obscure for too many people to perk up about it - but I subscribed to this issue...

Digging into this a bit more, seems like it's only an issue if [mandoc](https://mandoc.bsd.lv/) is used as the `man` provider - not if using [man-db](https://gitlab.com/man-db/man-db). `man-db` uses `$PATH` to find...

I've been chugging away at this, and finally hit upon a solution where it wouldn't need to make any extra copies to the buffer of the data - which would...

This is an attempt to fix e.g. https://github.com/python/typeshed/issues/10653

The ones in trio are true positives afaict @TeamSpen210

Given the extensive discussion in #2790 - is `uv` The One that is best for CoolCat to spend time implementing? Though given that it stalled I'm open to anything-but-the-status-quo, and...