goodboy

Results 452 issues of goodboy

As this project starts getting more traction I want to start thinking about a proper work tracking tool. Some headline project options broken apart into sections: --- github discussions: https://github.com/features/discussions/...

Various updates since `deribit` was last authored / tested 😂 : - add `deribit` to our default backend scan list in `piker.brokers.__brokers__: list[str]` - fixes for new `msgspec` version namely...

As per the reorg in #483 I think it's worth replacing all the daemon entry points currently defined in `piker.service._daemon` to possibly submods in each sub-system/package. As an example, for...

question
data-layer
(sub-)systems
factoring
services

Nice job github in **not** copying the content under the bullet from which this issue was generated. Pretty fancy feature where you just copy the bullet's contents but nothing your...

In trying to squeeze performance for #109 I stumbled upon many resources for toying with avoidance of graphics re-drawing/rendering and have now a slew of place to get started if...

UI

There's been a bunch of enhancements and extensions built as part of this project and it's likely that users of `pyqtgraph` might eventually want these additions in core at some...

feature-request
dependencies
UI
graphics
perf

The UI follow up to #414, it was originally a PR #420 but ended up being a sequence of smaller (factored) PRs which landed finishing up with #455 📚 **Hopefully...

feature-request
UI
graphics
perf

Currently only a subset of our CLI (sub-)cmds support passing the `--pdb` flag when it's actually more broadly useful as a `tractor` runtime toggle which could be used across all...

As part of `pikerd` dev and test, we need to often stop and restart the service tree a lot to run new code in various backend layers of our stack...

services

We kinda started some basic startup tests in #464 and #483 but we need a much more thorough list particularly for verifying we never leak container instances.. --- #### Test...

(sub-)systems
testing