-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use response.text and response.data #344
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
View / edit / reply to this conversation on ReviewNB Giom-V commented on 2024-12-12T14:50:12Z Line #15. async def aenumerate(it): Typo? It not maybe you should name it differently? MarkDaoust commented on 2024-12-12T22:37:26Z Any suggestions? async_enumerate?
Giom-V commented on 2024-12-15T12:59:35Z I think it would be clearer yes. |
Any suggestions? async_enumerate?
View entire conversation on ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
I think it would be clearer yes. View entire conversation on ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait for #353.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Use response.text and response.data
Also:
live_api_starter.ipynb
enumerate
instead offirst
turns=
when creating the autio loop so it can run without interaction.live_api_starter.py
exception_on_overflow=False
when debugging so it doesn't crash as sook as you pause.websockets/live_api_starter.py
README.md