goodboy

Results 433 issues of goodboy

There's some weird ass bug with `pyreadline` as per #259 which tracks down to something inside `pytest` (https://github.com/pytest-dev/pytest/issues/8733, which led to https://github.com/pytest-dev/pytest/issues/8847). We likely need to re-factor the whole actions...

bug
testing

Pretty sure we've got a [mismatch with the example now...](https://github.com/goodboy/tractor/blob/master/examples/debugging/multi_daemon_subactors.py#L29) ever since we added `Portal.open_stream_from()` for one way streams.

bug
docs
debugger

Purely to run CI and see what the diff is with #165 history...

2 major projects on the radar: ### `rsyscall`: The project I'm personally most excited about. https://github.com/catern/rsyscall It's a a fully distributed syscall layer that can be used to remotely spawn...

enhancement
supervision
process_spawning

Digging in deep with #165 I noticed the only reason we need this "nursery is now exited by parent* event was due to the `.run_in_actor()` style *task-per-actor* API we're debating...

question
supervision
cancellation

I *was* originally going to make a big post on [`pydantic`](https://pydantic-docs.helpmanual.io/) and how we could offer typed messages using that very very nice project despite there being a couple holdups...

enhancement
help wanted
discussion
IPC and transport
api

Once we get to pinning to 3.9+ this is what i'm hoping to leverage: - [type hinted built-in collections](https://docs.python.org/3/whatsnew/3.9.html#type-hinting-generics-in-standard-collections) from [pep 585](https://www.python.org/dev/peps/pep-0585/) - the [absolute path set in `__file__`](https://docs.python.org/3/whatsnew/3.9.html#other-language-changes) will...

python_updates

Dumping resources on this for now, will update and refine later. Relates to #294 and friends. ---- #### Resources from a buncha past digging: - https://github.com/capnproto/pycapnp - http://www.skyhunter.com/marcs/capabilityIntro/index.html - https://mrkaran.dev/posts/home-server-nomad/...

help wanted
discussion
experiment
supervision

As a future requirement and probably large convenience for many users looking to "pass around remote python objects" (in a message native way) in actors (https://github.com/goodboy/tractor/issues/191, https://github.com/goodboy/tractor/issues/5) i've started toying...

question
discussion
experiment
IPC and transport
messaging

*The god unprotocol*: an IPC *dialog un-protocol* for creating SC transitive, lang agnostic, single program systems. The discussion starts on matrix and needs to summarized and refined: https://matrix.to/#/!scerhxskQIIRMpggqm:matrix.org/$xP6ih6-G3Q2RaZ6JRDL-WbvUiiBevPYE4uxASnd2zbY?via=matrix.org&via=veriny.tf&via=zoltan.site --- ####...

help wanted
docs
experiment