-
all the private repos that msft would want to mine are prolly here.. Bo
- Joined on
2023-08-13
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
eee4c61b51 Add `MsgTypeError` "bad msg" capture
-
42ba855d1b More correct/explicit `.started()` send-side validation
-
c2cc12e14f Add basic payload-spec test suite
- Compare 3 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
e4ec6b7b0c Even smarter `RemoteActorError.pformat()`-ing
-
9ce958cb4a Add debug check-n-wait inside `._spawn.soft_kill()`
-
ce4d64ed2f Mk `MsgDec.spec_str` have a more compact `
-
c6f599b1be Call `.devx._debug.hide_runtime_frames()` by default
-
9eb74560ad Port `Actor._stream_handler()` to use `.has_outcome`, fix indent bug..
- Compare 8 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
3538ccd799 Better context aware `RemoteActorError.pformat()`
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
b22f7dcae0 Resolve remaining debug-request race causing hangs
-
fde62c72be Show runtime nursery frames on internal errors
-
4ef77bb64f Set `_ctxvar_Context` for child-side RPC tasks
-
e78fdf2f69 Make `log.devx()` level below `.pdb()`
-
13bc3c308d Add error suppress flag to `current_ipc_ctx()`
- Compare 21 commits »
goodboy pushed to pyqt6 at pikers/piker
-
129cf58d41 Bump deps for Py3.12, go PyQt6, tweak ruff rules
goodboy pushed to distribute_dis at pikers/piker
-
821e73a409 Use a `unit_prefix: str` (like u or $) on health bar
goodboy pushed to go_httpx at pikers/piker
-
44b8c70521 Change type-annots to use `httpx.Response`
-
e6af97c596 Port `kucoin` backend to `httpx`
-
95ace5acb8 Port `kraken` backend to `httpx`
-
129cf58d41 Bump deps for Py3.12, go PyQt6, tweak ruff rules
- Compare 4 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
343b7c9712 Even moar bitty `Context` refinements
-
45f37870af Add a `.log.at_least_level()` predicate
-
4d528b76a0 Move `_debug.pformat_cs()` into `devx.pformat`
-
05b143d9ef Big debugger rework, more tolerance for internal err-hangs
-
a354732a9e Allow `Stop` passthrough from `PldRx.recv_msg_w_pld()`
- Compare 23 commits »
goodboy pushed to pyqt6 at pikers/piker
-
1fd8654ca5 Port all `.ui*` submods to new `.ui.qt` imports
-
d0170982bf Add `piker.ui.qt` as a `PyQt6` shim module
-
821e73a409 Use a `unit_prefix: str` (like u or $) on health bar
- Compare 3 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
a5a0e6854b Use new `Msg[Co]Dec` repr meths in `._exceptions`
-
c383978402 Add more useful `MsgDec.__repr__()`
-
08fcd3fb03 Mk `.msg.pretty_struct.Struct.pformat()` a mod func
-
adba454d1d Use `Context.[peer_]side` in ctxc messages
-
4bab998ff9 Add `Context.peer_side: str` property, mk static-meth private.
- Compare 11 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
6e0ef76128 First draft "payload receiver in a new `.msg._ops`
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
a51632ffa6 Add a `MsgDec` for receive-only decoding
-
0df7d557db Move `MsgTypeError` maker func to `._exceptions`
-
7b020c42cc Drop more `dict`-msg cruft from `._exceptions`
-
d18cf32e28 Mark `.pld` msgs as also taking `msgspec.Raw`
-
dd6a4d49d8 Go back to `ContextVar` for codec mgmt
- Compare 5 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
9b4f580470 Go back to `ContextVar` for codec mgmt
-
d51be2a36a Proto in new `Context` refinements
-
3018187228 Tweak `current_actor()` failure msg
-
e5f0b450cf Add some `bytes` annots
-
4aa24f8518 TOSQUASH 77a15eb use `DebugStatus` in `._rpc`
- Compare 15 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
b209990d04 Flip a last `MultiError` to a beg, add todo on `@stream` func
-
60aa16adf6 Pass a `use_greenback: bool` runtime var to subs
-
eca2c02f8b Flip to `.pause()` in subactor bp example
-
921f72f7fe Add `maybe_enable_greenback: bool` flag to `open_root_actor()`
-
38a6483859 Use `_raise_from_no_key_in_msg(allow_msgs)`
- Compare 11 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
eec240a70a Tweak some `pformat_boxed_tb()` indent inputs
-
322e015d32 Add custom `MsgCodec.__repr__()`
-
dbc445ff9d Expose `tractor.msg.PayloadT` from subpkg
-
7aaa2a61ec Add msg-from-dict constructor helper
- Compare 4 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
0dcaf5f3b2 TO-CHERRY: Error on `breakpoint()` without `debug_mode=True`?