goodboy
goodboy
With #185 about to land most users won't have to know about [`open_root_actor()`](https://github.com/goodboy/tractor/blob/master/tractor/_root.py#L30) however there is at least one use I can think of that might require it. If you...
As per some discussion in #104 we'll figure out the "best" (read most hip) versioning scheme after we get an initial dev release on the ol' pypi. Some notes from...
The [error propagation section](https://github.com/tgoodlet/tractor#remote-error-propagation) of the docs needs some updating to include the new `trio.MultiError` support from #42 though I'd like to get more tests in first to verify everything...
I want to make sure users know *who* the competition and/or complimentary projects are up front. Being the best means being honest about the benchmarks 🏄🏼 We can use #85...
I'm noticing a lot of new people first finding this project and asking me about all sorts of things related to future design and goals but it's clear they haven't...
Was just talking with a collaborator and we definitely need a page on how to run and monitor the tests. Tips i can think of offhand: - for monitoring the...
#121 has been running in "production" for some time and seems to work well. In fact I'm pretty sure the debugger stuff *just works*, but it needs further scrutiny with...
@salotz [raised a concern](https://github.com/goodboy/tractor/pull/95#discussion_r372747650) that [`_spawn_try_set_start_method()`](https://github.com/goodboy/tractor/blob/master/tractor/_spawn.py#L27) should keep the same return type despite the introduction of `trio_run_in_process`. This might need a little rethinking since there is no context to return...
There's no rush but I was thinking a short vid of one of the nested actor examples showing sub-tree cancels and respawns looks pretty cool from a `watch -n 0.1...
It's like the [sloppiest and laziest thing](https://github.com/tgoodlet/tractor/blob/master/tractor/__init__.py#L420) atm.. Doesn't `rpyc` have some [fancy way it does this](https://rpyc.readthedocs.io/en/latest/tutorial/tut2.html#exceptions). Seems like there's a homegrown [traceback serializer](https://github.com/tomerfiliba/rpyc/blob/b4c8f927932ab4a2a785dcaa9c268438974e2cdd/rpyc/core/vinegar.py#L33). Here's their [theory of operation](https://rpyc.readthedocs.io/en/latest/docs/theory.html#theory-of-operation). I...