goodboy
goodboy
As per the slew of issues pertaining to time-series-db subsystems in piker seen here: https://github.com/pikers/piker/labels/tsdb --- #### Hi-level ToDo: - [ ] breaking out the middle-ware history managment layer into...
There have been lingering for some time and need to be resolved stat! This likely has much to do with the previously documented problems in https://github.com/pikers/piker/issues/220 as well. ---- ####...
Been noticing that sometimes when you have a curve overlayed with the primary OHLC graphics that ``.paint()`` is being triggered more then you'd expect with the `QGraphicsItem::DeviceCoordinateCache` enabled. This needs...
Originally defined in #152 but since #462 got the position and ledger tracking part done, i'm just copying over the alt model requirement to this new task. --- More or...
In follow up to #462 and in relation to #463 we need to add a similar test set as is landing in #462 but for both dark (triggered) orders and...
Adds a `piker storage` subcmd with a `-d` flag to wipe a particular fqsn's time series (both 1s and 60s). Obviously this needs to be extended much more but provides...
Brings script imports up to date with latest `PyQt5` schema as well as adds a bunch of extra info dumping and formatting for tinkering with further attempts at a generalized...
I can't get my head around the complexity in the equivalent for `asyncio`: https://github.com/aio-libs/async-lru/blob/master/async_lru/__init__.py But we have a small naive implementation (that should be async framework agnostic) that I could...
I think it would be super helpful to have some comments inside your example `setup.py` script which (briefly) explain how `xontrib` module registration works in terms of what `xonsh` will...