goodboy
goodboy
This is a follow up to #268 and obviously will tie in heavily with #270. Our new (very very wip) `@fsp` api allows annotating processors both with a decorator and...
There's a bunch in the `info` logging that can probably be tidied since a buncha new(er) users keep pointing it out.. - buncha widget complaints: `QGraphicsGridLayout::itemAt: invalid row, column 3,...
If you haven't heard you better 👂🏼 [PEP 636](https://www.python.org/dev/peps/pep-0636/) will drastically improve our code base for - `Qt` (input) event processing: - [our peripheral i/o processing loop](https://github.com/pikers/piker/blob/master/piker/ui/_interaction.py#L103) - the [fuzzy...
#164 is our initial mult-provider search system that's faf, simple, and leverages our async machinery to da max 🏄🏼 Despite this being a good first draft there's still lots to...
Tried this `virtualenv` today and failed on `llvmlite` install. Turns out the summary of what we're waiting on is probably the exact same as this minus `pytorch` 😂 https://github.com/PrincetonUniversity/PsyNeuLink/issues/2164 Particularly...
I have a bunch of ideas on this and am working out some draft ideas as part of chaining some small fsps in #268 but for now I'm just going...
@iamzoltan found this and results in a -ve buy size 😂 (which makes sense under allocator limit algebra btw). We need to add logic to the [limit write block in...
[`hummingbot` already has a huge backend list](https://github.com/CoinAlpha/hummingbot/tree/master/hummingbot/connector/exchange) that we can use as reference but here's a list of resources from which we can use to drive more backends. --- ###...
Goes in tandem with #265 and likely should be part of our built-in vlm fsp subchart. To start I think an *on balance volume* fsp which sums the dark trades...
Originally was going to introduce this as part of #260 but I think smaller patches in compact easy to understand PRs is a better approach for these things 😉 Lurkerz...