-
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
- 5449bd5673 Offer a `@context(pld_spec=<TypeAlias>)` API
goodboy pushed to runtime_to_msgspec at goodboy/tractor
- e6d4ec43b9 Log tbs from non-RAE `._invoke()`-RPC-task errors
- 418c6907fd Add `enable_stack_on_sig: bool` for `stackscope` toggle
- d528e7ab4d Add `@context(pld_spec=<TypeAlias>)` TODO list
- 7a89b59a3f Bleh, make `log.devx()` level less then cancel but > `.runtime()`
- 7d4cd8944c Use `_debug._sync_pause_from_builtin()` as `breakpoint()` override
- Compare 5 commits »
goodboy commented on pull request pikers/piker#4
Fix: missing field in SpotPair class for binance and added note in exception thrownOk so I already `git merge`d in the needed commits from this branch. So I don't think we need this open either. You can see the equivalent hashes in the history on that branch.
goodboy commented on pull request pikers/piker#5
go_httpx_binanceClosing this bc it was never working and the more involved soln ended up going directly into #2 (though i did use this as a basis).
goodboy commented on pull request pikers/piker#2
go_httpx@ntorres Ok so i merged in your fixes to the symbology spec and got everything up and working with `httpx.AsyncClient` for the binance client B) Just pinging you so you can see my approach to…
goodboy pushed to go_httpx at pikers/piker
- ab1463d942 Port binance to `httpx`
- 5314cb79d4 Added note to exception when missing field in SpotPair class
- 0c0b7116e3 Added new fields to SpotPair class in venues
- 19c343e8b2 binance: raise `NoData` on null hist arrays
- Compare 4 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
- a6058d14ae Use new `._debug._repl_fail_msg` inside `test_pause_from_sync`
- 43a8cf4be1 Make big TODO: for `devx._debug` refinements
- 6534a363a5 First proto: multi-threaded synced `pdb`-REPLs
- 30d60379c1 Drop thread logging to make `log.pdb()` patts match in test
- Compare 4 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
- 408a74784e Catch `.pause_from_sync()` in root bg thread bugs!
goodboy pushed to runtime_to_msgspec at goodboy/tractor
- f0342d6ae3 Move `Context.open_stream()` impl to `._streaming`
- 21f633a900 Use `Context` repr APIs for RPC outcome logs
- 4a270f85ca Drop sub-decoder proto-cruft from `.msg._codec`
- d802c8aa90 Woops, set `post_mortem=False` by default again!
- Compare 4 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
- 8ea0f08386 Finally, officially support shielded REPL-ing!
- 13ea500a44 Rename `PldRx.dec_msg()` -> `.decode_pld()`
- 2f854a3e86 Add a `tractor.post_mortem()` API test + example
- cdb1311e40 Change `reraise` to `post_mortem: bool` in `maybe_expect_raises()`
- fcd089c08f Always `.exception()` in `try_ship_error_to_remote()` on internal error
- Compare 7 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
- 0e8c60ee4a Better RAE `.pformat()`-ing for send-side MTEs
- 1db5d4def2 Add `Error.message: str`
- 6e54abc56d Fix missing newline in task-cancel log-message
- 28af4749cc Don't need to pack an `Error` with send-side MTEs
- 02a7c7c276 Ensure only a boxed traceback for MTE on parent side
- Compare 16 commits »
goodboy pushed to go_httpx at pikers/piker
- b7883325a9 Woops, `data` can be an empty list XD
- 37ca081555 Woops, fix missing `api_url` ref in error log
- Compare 2 commits »
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