John Belmonte
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?
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...
Closes #1938
partially addresses #719
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...
### 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...