John Belmonte

Results 106 issues of John Belmonte

TODO: add to documentation cc: @smurfix

I'm pondering an anyio implementation of trio-util's AsyncValue, however it's built on Trio ParkingLot. Is there an asyncio equivalent that could be incorporated into anyio?

enhancement

I understand the utility doesn't aim to exactly replicate the original source, but having extra parens on every expression is a fairly distracting artifact when looking at unparse output. Is...

CancelScope is a useful starting point for extension, so I'm wondering if the Final guard could be removed. trio-util has [`move_on_when()`](https://trio-util.readthedocs.io/en/latest/#trio_util.move_on_when). Since it yields a CancelScope, `shield` and `deadline` can...

partially addresses #719

use case: if you need queueing but `inf` is not reasonable, to find a reasonable limit you'll want stats on the max observed queuing for actual run sessions of the...

### Issue summary The cursor control positions seem to be relative to the current line in the console, rather than the top of the console. ### Expected behavior Cursor line...

feature
documentation

### Issue summary I found that "completionEscape: false" is needed in my use case to avoid escape of open parenthesis. E.g. python style autocomplete will include open parens of function...

documentation