goodboy

Results 433 issues of goodboy

Somewhat pertains to #50. - after a *method* (`async`) `def func(` -> jumps one to many indents in - after any return value type annotation: `) -> Type:` -> should...

Indent level never seems to be correct inside the body of `py35`+ coroutines: ```python async def my_coro():|| || ``` This hold true for any line inside the function body.

Whenever I write out a decorator line and then hit enter braceless seems to increase the indent level: ```python @mydecorator def myfunc(... ``` This seems wrong; there should be not...

bug
help wanted

In the docs you write: ```vimL In Python, ]m, ]M, [m, and [M are available to move to def or class blocks. They are analogous to what's described in various-motions,...

Not sure why I'm surprised; every time I try to release something moderately "bleeding edge" pypi stuff never works. This one may have been a newb mistake though: ``` ERROR:...

windows_related
python_updates
debugger

WIP to start moving internals to new `match:` syntax in 3.10+ --- ### high level reorg - rename `._actor.py` -> `_runtime.py`

Better handling of contex teardowns where IPC msgs might still be in transit that need to be discarded as well a more explicit tolerance for IPC transport failures when determining...

WIP typed msg layer using `msgspec`. Relates to: - https://github.com/goodboy/tractor/issues/196 - #294 Further motivation for the approach being taken is hashed out somewhat in https://github.com/jcrist/msgspec/issues/140 still needs lootttsa work..

enhancement
discussion
experiment
IPC and transport
messaging

Discovered and **heavily worked around** in #165 as well as well documented in #113. The `test_debugger.py` suite currently is [marked up with a `@has_nested_actors`](https://github.com/goodboy/tractor/pull/165/files#diff-81c725c5c517d5d3927004cfafe30e5e0eb48fba9288aaf93065fec72c797dfdR67) for the test scripts which do...

bug
cancellation
debugger

As per some work I've been doing with `QT` in pikers/piker#52 (particularly to do with using `quamash`) I would like to see what can be whipped up for interacting with...

enhancement
question
asyncio