goodboy

Results 452 issues of goodboy

I ran into some blockades in #43 getting `n`-depth `trio.MultiError` testing going: - `multiprocessing`'s forkserver is crapping out on me at a 2-depth tree with about 6 sub-actors per level.....

help wanted
testing

As per some light commentary in #144, we need some *hard kill* tests for wen processes fail due to internal machinery failure. An easy way to test this now should...

testing
experiment

As per #98, in #102 we added proper testing of (almost) all examples in the docs (more land in #99 too). One of the issues is that some of these...

help wanted
good first issue
testing
docs
discussion

I totally forgot we have machinery for this in the ["muti program" tests](https://github.com/goodboy/tractor/blob/master/tests/test_multi_program.py#L15). We can likely reuse this on the ["external ctrl-c" tests](https://github.com/goodboy/tractor/blob/master/tests/test_cancellation.py#L362:L416) as well!

enhancement
good first issue
testing
windows_related
non-linux

As per [my comment](https://github.com/goodboy/tractor/pull/133/files#r461307495) in #133, it would be good to have a more explicit setting/transfer of state to a child process on startup besides this `setattr` loop. A couple...

discussion
experiment

### Synopsis A somewhat convoluted/complex case I discovered while refining a "service manager" style system in `tractor` is where a so called "service nursery" experiences the following situation: - a...

design discussion
user happiness
exception handling

@constverum I ported this on my system using py38 and `poetry`. A couple notes: - I updated a bunch of the packages to latest versions manually - I have a...

@constverum very cool project and idea. Are you still maintaining it? I see the last commit is from March 19'. I am interested in re-using a bunch of the Qt...

This might be similar to #365? Not sure. I've noticed that `IB.trades()`/ `.executions()` methods don't return trades i make in the overnight session on futures? Reasons i can think of...

I pinned to the master branch a while back after reporting https://github.com/pdbpp/pdbpp/issues/480 and i swear everything was originally working great, but oddly now I can't seem to get reliable controls...