tjader

Results 8 issues of 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)....

bug
Python

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...

type-bug

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...

documentation
community
feedback

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:...

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...