tjader
tjader
## Bug Report ### Steps to Reproduce: When using the method get_hosted_table_names PerspectiveTornadoClient or PerspectiveAIOHTTPClient I always get back None 1. Start the tornado streaming server (in the examples folder)....
Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT...
Adding a filter or changing encoding type causes Error: Arrow field values can not be overwritten.
Hi, It looks like the arrow loader fails if the chart is having some transforms (at least the filter transform) or if the field type is changed in the encoding....
### Is it easy to find the information you need? No ### Are the instructions clear? No ### How could we improve the Timescale documentation site? The page doesn't actually...
It looks like the old _mobile has removed its search capability, so any of the `client.search_for*`functions now return a 404 error. ```python >>> client.search_for_instrument(InstrumentType.STOCK, 'SAAB') ... requests.exceptions.HTTPError: 404 Client Error:...
This should resolve #113.
Support async callbacks in the same way as non-async callback. ```python async def async_callback(data): print(data) avanza_client.subscribe_to_id( ChannelType.QUOTES, "19002", asynccallback ) ```
## Reference Issues/PRs Fixes #255, #253, #250 Makes #251 irrelevant. Should fix #159 ## What does this implement/fix? Explain your changes. This PR fixes all issues with Polars >= 1.0...