-
all the private repos that msft would want to mine are prolly here.. Bo
- Joined on
2023-08-13
goodboy pushed to aio_abandons at goodboy/tractor
-
5ed30dec40 Hack `asyncio` to not abandon a guest-mode run?
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
3d12a7e005 Flip `infected_asyncio` status msg to `.runtime()`
-
9292d73b40 Avoid actor-nursery-exit warns on registrees
-
83d69fe395 Change `_Cache` reuse emit to `.runtime()`
- Compare 3 commits »
goodboy pushed to service_mng_to_tractor at pikers/piker
-
7447758cfe Prep service mngr for move to `tractor.hilevel`
-
b577180773 ib: `.api` mod and log-fmt cleaning
-
f12c452d96 ib: warn about mkt precision cuckups that `Contract`s clearly deliver wrong..
-
3531c2edc1 ib: mask out trade and vlm rates for now
-
97dd7e766a ib: more trade record edge case handling
- Compare 5 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
72df312e71 Expand `PayloadMsg` doc-str
-
711f639fc5 Break `_mk_msg_type_err()` into recv/send side funcs
- Compare 2 commits »
goodboy pushed to runtime_to_msgspec at goodboy/tractor
-
8477919fc9 Don't pass `ipc_msg` for send side MTEs
-
872feef24b Add note about using `@acm` as decorator in 3.10
-
affc210033 Update pld-rx limiting test(s) to use deco input
-
04bd111037 Proxy through `dec_hook` in `.limit_plds()` APIs
-
a0ee0cc713 Port debug request ep to use `@context(pld_spec)`
- Compare 5 commits »
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 »