issue_comments: 1291047214
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/simonw/datasette/issues/1854#issuecomment-1291047214 | https://api.github.com/repos/simonw/datasette/issues/1854 | 1291047214 | IC_kwDOBm6k_c5M89Eu | 9599 | 2022-10-25T19:39:36Z | 2022-10-25T19:39:48Z | OWNER | This pattern should work (for the http server at least): ```python # Loop until port 8041 serves traffic while True: try: httpx.get("http://localhost:8041/") break except httpx.ConnectError: time.sleep(0.1) ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 1422973111 |