goodboy
goodboy
fwiw this encoder override method seems to mostly work, but may require an additional override of `.dump_sections()`: ```python def dump_list(self, v): ''' Dump an inline list with a newline after...
Further follow up. The original error i was seeing in our system was from the following toml read: ```python tml = ''' ['section0."section1"'] clears = { "0000e22a.63f7e33f.01.01" = { cost...
If y'all want me to write some tests up for this stuff i think i can manage 😂
Ahh so looking at the spec: https://toml.io/en/v1.0.0#inline-table > Inline tables are intended to appear on a single line. A terminating comma (also called trailing comma) is not permitted after the...
`ultra-finance` seems to have an example of this in its [`stockCrawler` script](https://github.com/panpanpandas/ultrafinance/blob/master/examples/stockCrawler.py).
For financial data time series I just found `alpaca`'s [MarketStore](https://github.com/alpacahq/marketstore). It looks like just the thing to back distributed charting and real time algorithmics. The provide a [python client](https://github.com/alpacahq/pymarketstore) though...
https://github.com/mviereck/x11docker
> Currently not passing cause binance doesn't have a trades_dialogue, or get_balance. Can we just maybe have a parameterization based on some kind of "supported" features log? I'm thinking we...
pretty sure #403 and this are related
Ahh in this case it was a dark i think? ![Uploading screenshot-2022-08-10_16-22-08.png…]()